Set max width for an entire page/section (Wix Studio)

Hey @TobyMcDowell!

At the moment, I don’t believe there is a way to set it directly on the section itself, as a section is by default a full-width element, which can’t be changed.

That being said, there are a few different approaches you could use. Here are a few:

  • Add a container to the section. Use the container as the Parent element for everything in the section, and set the container to have a max-width.
  • Add an advanced CSS grid to the section, and set the min/max width options, so the grid column doesn’t expand beyond a certain measurement.

Let me know how you get on :slight_smile:

2 Likes