• Resolved averygass

    (@averygass)


    Hello,

    I am trying to figure out how to change the margins on my sites pages. I would like them to be pushed out more towards the edge to fit a tad bit more content but I cannot seem to figure it out. The theme I am using is Inspiro.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @averygass

    You can change the width of the page by adding the following code to Appearance -> Customize -> Additional CSS:

    .page .entry-content, .page .entry-header .inner-wrap, .page:not(.inspiro-front-page) .entry-footer, .single .entry-content, .single .entry-footer, .single .entry-header .inner-wrap {
        max-width: calc(1100px + 20px);
    }

    You can also change the page width in the page builder settings if you use it on your website.

Viewing 1 replies (of 1 total)
  • The topic ‘Help Changing Page Margins’ is closed to new replies.