Site logo

Archived topic

Fixing page width

3 replies · Started by gedosan on December 3, 2019

Viewing posts 1–4 of 4

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

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 :)

cool thanks

No problem :)

This archived topic is closed to new replies.