How can I prevent my centre panels expanding with the container?

http://techster.webflow.com/

Beyond a desktop screen width of, say, 1400px, I would like the centre transparent blocks to stay grouped together, remain a fixed width apart but also to stop expanding and stay centred. Current behaviour is that the blocks continue to grow in size and fill the width of the page. On smaller screen sizes, the blocks behave as desired.

Would a max width achieve this or do I need another container around the three blocks (which are columns). Hope that makes sense :-/

A widget container does this job usually, but it’s set to max 940px.

So create a section, give it a class and set it to 100% width and 1400px max width, click on the centering button (that pass the margins to auto and the display to block)

1 Like