-
AuthorPosts
-
September 26, 2023 at 4:46 pm #1420496
Hi Enfold
I have the following questions:1) How can the white outer space passed the left and right margins be less? or is it possible to make same measurement on both sides
Now the left and margin are 141px and the right is 157px2)Under dimensions->Content + Sidebar Width->Now it is 90%
Would it help to make this 100?3)Or would the best solution be to reduce the space by changing the dimensions to 100%, and thereby move the margins? But I guess it would mean a re-work of the complete website?
Best regards
LeneSeptember 27, 2023 at 4:05 am #1420647Hi Lene,
1. It is definitely possible with use of CSS. There are two things used here, which is width and padding. I think changing only the padding would be fine:
#top #main .container { padding-left: 141px; padding-right: 157px; }
just adjust the values as you see fit.
2. It could help if you want the design to be using the whole width.
3. I think you will need to rework if it’s only the container that you need to make adjustments.
I think what you need to consider is how it would look on different devices for example large desktop screens vs laptop/notebook, if you go fullwidth then 100% would be best case for you, if the design is not scalable to larger screens then having a maximum container width of certain px might be the best to use.
Best regards,
NikkoSeptember 28, 2023 at 8:36 pm #1420839This reply has been marked as private.September 30, 2023 at 3:18 pm #1420960Hi,
I believe that you are refuring to this margin and padding of the pags, the red is the margin, and the green is the padding:
so if you change the dimensions to 100% it would remove the margin, and currently you have the padding set to 20px and you could adjust that until the designer is happy.
Or you could remove the padding and set the dimensions to a width that the designer is happy with and it would be a set amount for all screen sizes, so either way would give the same result.Best regards,
MikeOctober 6, 2023 at 3:25 pm #1421659This reply has been marked as private.October 6, 2023 at 6:56 pm #1421682 -
AuthorPosts
- You must be logged in to reply to this topic.