Impulse Theme text with image column section swipe on mobile

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

  1. Go to Online Store—>Theme---->Edit code
  2. 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

Thank you very much for your help, but it didn’t work.

Any other suggestions?

Hi @Nat7 !

Bro you can add thumbnails.

1 Like

Sure! thank you!

@Nat7 Welcome Bro

1 Like

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