Skip to main content

Hello,


i’m using https://unbouncehacks.com/image-slider-in-unbounce/ as a slider.

It’s not responsive so on my mobile version i toogle off the visibility.


When i pusblish it on my mobile version it won’t go away. 😦


Any tips?


Cheers

solved adding this custom code on my styles



@media (max-width:600px) {
/* Element that you want to hide here*/
#lp-code-176 {
display: none;
}
}

#lp-code-176 is the code of my custom html


Reply