How to make all the pictures bigger and underneath each other?

hi everyone!

how can I make all the pictures big like this:

and put them underneath each other? because now it’s like this:

www.gallerychristian.com

password: Christianshop123

thanks!

Hi @christian_russo ,

Just add the code below inside the base.css file under the Asset folder.

@media screen and (min-width: 750px) {
.grid--2-col-tablet .grid__item {
width: 100% !important;
}
}

yess thanks!