Archived topic
Container width 1350px margin left and right
1 reply · Started by _blank on July 24, 2020
Viewing posts 1–2 of 2
Hello,
I would like to set the width of the site's container to 1350px, the problem is that for example on a 15 inch laptop the screen width is 1349px and I have no margin to the left and right of the content and from the main menu. Everything is glued completely against the sides of the screen. How can I have 20px left and right margin?
Cordially.
Hi there,
Hard to tell without seeing your site, but you could try this:
.container {
padding: 0 20px;
}
This archived topic is closed to new replies.