At certain viewport width, there is no margin or padding to the left and right sides #10

Open
opened 2024-03-25 15:27:38 +01:00 by haheute · 6 comments
Contributor

I mostly have my browser viewport open at something like between 1250px and 1280px width.

Then, the content of https://friendi.ca does not have some space to the right and left edges of the browser window...

See the attached screenshot.. maybe that can be improved..

I mostly have my browser viewport open at something like between 1250px and 1280px width. Then, the content of https://friendi.ca does not have some space to the right and left edges of the browser window... See the attached screenshot.. maybe that can be improved..
Owner

This screenshot is 629px wide, where do you see the size of your viewport?

This screenshot is 629px wide, where do you see the size of your viewport?
Author
Contributor

This screenshot is only a part of the browser window to show the left edge or border of the browser. I have looked up the width in the firefox developer tools. I have looked at the html element width. You can try it by dragging the browser window wider or narrower.. at some points is no space left and right.

This screenshot is only a part of the browser window to show the left edge or border of the browser. I have looked up the width in the firefox developer tools. I have looked at the html element width. You can try it by dragging the browser window wider or narrower.. at some points is no space left and right.
Author
Contributor

I guess I wrote not the exact correct width. I think it begins at 1280px width.. not at 1250px.. my fault..
But you can see what I mean when you resize the browser window.

I guess I wrote not the exact correct width. I think it begins at 1280px width.. not at 1250px.. my fault.. But you can see what I mean when you resize the browser window.
Owner

Ah, I get it now, you're talking about the inside padding from the browser window that disappears when the viewport width is between 1281px and 1415px. I thought you meant the text overflows the viewport. Thanks for the report!

Ah, I get it now, you're talking about the inside padding from the browser window that disappears when the viewport width is between 1281px and 1415px. I thought you meant the text overflows the viewport. Thanks for the report!
Author
Contributor

Yes, I believe it is this CSS rule:

@media screen and (max-width: 1280px) {
  .inner {
    max-width: 90%;
  }
}

But I'm not sure what to do about it.. Or how to change it.. maybe with "min-width", but I found it is a Wordpress theme, or based on a Wordpress theme.. so.. looks not so easy to change all the media queries in the theme .. Or maybe the theme could rather be updated.. I don't know.

And I don't know how to work on it and test it. I have a friendica instance where I could try to fix little things, but I don't have a 'copy' of this site to work with..

or maybe it is a much easier little fix.. someone else must look on it

Yes, I believe it is this CSS rule: ``` @media screen and (max-width: 1280px) { .inner { max-width: 90%; } } ``` But I'm not sure what to do about it.. Or how to change it.. maybe with "min-width", but I found it is a Wordpress theme, or based on a Wordpress theme.. so.. looks not so easy to change all the media queries in the theme .. Or maybe the theme could rather be updated.. I don't know. And I don't know how to work on it and test it. I have a friendica instance where I could try to fix little things, but I don't have a 'copy' of this site to work with.. or maybe it is a much easier little fix.. someone else must look on it
Owner

You can work on the CSS files in your browser. In the Developer panel, "Sources" tab, you can make changes to the files in your client.

You can work on the CSS files in your browser. In the Developer panel, "Sources" tab, you can make changes to the files in your client.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/friendica-wp-theme#10
No description provided.