Gallery stack 1 column mobile (Flow Theme)

Hi There,

I would like the gallery section on flow Theme to stack as 1 column on mobile. At the moment it is 2 column

Hi,
Please share your store URL with password (If Needed) , So that I will give you proper solution here !

Hi, it’s not alive store yet. Preview URL below

https://h8noyg16kc7knik3-36361666700.shopifypreview.com

Hi

Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

@media only screen and (max-width: 767px){
.image-gallery-wrapper .gallery-grid .homepage-gallery-grid-item {
width: 100%;
}
}

Note : If you havwe already this media then Add this css in 767px media.