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]*
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.
Thank you! All solved.