Site logo

Archived topic

Page Content Padding/Margins -- how to reduce right/left

3 replies · Started by MICHAEL on August 22, 2020

Viewing posts 1–4 of 4

Hi. How/where to widen the area of the GB containers that I am setting up on the page below? (Click "The Past" menu item to get to the page I am referring to.) Thx.

Hi there,

that Site imports some Customizer > Additional CSS to constrain the content width:

.no-sidebar:not(.generate-columns-activated) .inside-article > *, .no-sidebar #comments {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

If you want to remove that styling from the pages then replace it with this CSS:

.no-sidebar:not(.generate-columns-activated):not(.page)  .inside-article > *, .no-sidebar #comments {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

Thanks. I found that CSS literally a moment ago before your message came in. I don't want to eliminate it... just want to widen it, so I am increase the 700 value. Thanks.

Glad to hear that

This archived topic is closed to new replies.