Hi there,
I’ve set all pages to full width and then the CSS below to add padding for items in the content area:
@media (min-width: 769px) {
.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
padding:40px;
}
}
The problem is that my sidebar and content area end up pressed hard against the sides.
I want to include a 30px fixed space on ether side of the main content area. ie 30px to the left of the left sidebar and 30px to the right of the content area.
Whats’ the easiest way to do that?
GeneratePress 2.2.2
GP Premium 1.7.8