Re: I am not able to click in some parts of product slider

I am not able to click in some parts of product slider

swayurindia
Excursionist
144 0 9

I am not able to click in some parts of the product slider. You can refer to the below screenshots you will come to know:

Screenshot (44).png

I am not able to click on any products in between the arrows area.

 

There is z-index problem over here.

Replies 6 (6)

laddisahsi
Shopify Partner
385 38 41

Hi @swayurindia 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag

<style>
slider-component.slider-mobile-gutter.slider-component-desktop li {
    z-index: 8 !important;
}
.collection .slider-component-desktop .slider-buttons {
    z-index: 9 !important;
}
</style>

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
swayurindia
Excursionist
144 0 9

Not working..

David_SHT
Globetrotter
605 125 125

Hi @swayurindia 

 

.collection .slider-component-desktop .slider-buttons{
    overflow: visible!important;
}
.collection .slider-component-desktop .slider-button.slider-button--prev{
left: 10px;
}

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

swayurindia
Excursionist
144 0 9

Not working

ealkawasmi
Tourist
7 0 0

Where to paste this code in which file?

 

ealkawasmi
Tourist
7 0 0

I have the same issue and am wondering if someone can solve this issue