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