[Support request] Different content width on same pages

Home Forums Support [Support request] Different content width on same pages

Home Forums Support Different content width on same pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #791692
    Jagoba

    Hi,

    I would like to have a content width of 900px on the website, and on every page with sidebar but only there a 1400px width content, is it possible?

    Many thanks!

    #791828
    David
    Staff
    Customer Support

    Hi there,

    what you could do is this, set your Customizer > Layout > Container to 1400px and then use this CSS:

    body.no-sidebar:not(.full-width-content) .site.grid-container {
        max-width: 900px;
    }

    Which reduces the container width when no sidebar is present.

    #792078
    Jagoba

    Thanks David!

    The problem is that when I do that, the pages that I have customized with Thrive Archivect in full width get the width of 900px…that is why I was trying to do the other way round…is there any other form to do it?

    Thanks!

    #792083
    David
    Staff
    Customer Support

    I edited the code above to exclude fullwidth pages, assuming the full width is being set by GP.

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