My horizontal div boxes get smaller when adding a new one

I’ve got four div boxes at the bottom of the page but they’ve shrunk when I added more than two instead of staying the same size and stretching across the entire page. Why is this?


Here is my site Read-Only: *[LINK][1]*

on ‘div block 5’ you have the flex child sizing set to ‘shrink if possible’, so it’s resizing everything to fit as you add more div blocks.

You can either set this to ‘don’t shrink or grow’ or specify a size on some of the elements.

1 Like

Thank you! All solved.