Archived topic
Change grid columns
3 replies · Started by Christopher on April 1, 2023
Hey there,
ive got a question regarding my grid on this page: https://montenegrotower.com/events/
I used to have 3 images set up in a grid of 3, now I want to add a 4th one. When adding a new container, it does not seem to be part of the grid and the image is displayed much bigger. What would be the best way to do this without having to add a new grid?
Thanks
Chris
Hi,
If you want to have them all in the same row you have to change each grid width to 25%.
Right now you have each width at 33%%.
https://ibb.co/sKGnG0c
If you want to make it a new row you have to add the flex property and set the width to 33%
https://ibb.co/6DNqLXR
Thanks for the assist: @caleidoscopic
If you shift select the 4 column Containers in the list view you can change the % width of all 4 in one go.
thanks!