Nat7
August 23, 2022, 11:22am
1
Hello,
im setting up the store for my client and we are using Impulse Theme. On the homepage, i set up section Text columns with images and it looks fine on desctop. But on the mobile my client would like to be able to swipe it. Is it posible?
Please help if you can.
thank you
the store preview is:
https://yl7lz8gegh48nmq3-60827861247.shopifypreview.com
Hi @Nat7 !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Go to Online Storeā>Theme---->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 600px) {
#shopify-section-1632483909b23e58b5 .grid {
display: flex;
flex-wrap: nowrap;
overflow: scroll;
}
#shopify-section-1632483909b23e58b5 .grid .grid__item {
flex: 0 0 70%;
}
}
Best Regards;
Pagefly
1 Like
Nat7
August 23, 2022, 4:27pm
3
Thank you very much for your help, but it didnāt work.
Any other suggestions?
Hi @Nat7 !
Bro you can add thumbnails.
1 Like
Nat7
August 24, 2022, 9:22pm
7
I actually figurred out , the id of the section was wrong..but your code works perfectly!
Thank you very much for your help!
Hi
I tried your solution, but on mobile it looks like this :
When iād like to have the image staked on top of eachother
Thaks