[Resolved] Page Content Padding/Margins — how to reduce right/left

Home Forums Support [Resolved] Page Content Padding/Margins — how to reduce right/left

Home Forums Support Page Content Padding/Margins — how to reduce right/left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1414316
    Michael

    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.

    #1414376
    David
    Staff
    Customer Support

    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;
    }
    #1414378
    Michael

    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.

    #1414731
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.