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?
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