[Resolved] Fixing page width

Home Forums Support [Resolved] Fixing page width

Home Forums Support Fixing page width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1091836
    gedosan

    Hi guys

    I have an element for the hero banner at the top of the page, and want the section below it to be constrained at say 800px. I’ve added a layout element and pointed it at the page, but it’s not constraining the page.

    What am I doing wrong?!

    Thanks

    #1091985
    Leo
    Staff
    Customer Support

    Hi there,

    The container width option in the layout element does not apply to Sections.

    You can try this CSS to change the container width of that page:

    body.page.page-id-584 .site.grid-container {
        max-width: 900px;
    }

    Let me know if this helps ๐Ÿ™‚

    #1092289
    gedosan

    cool thanks

    #1092372
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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