[SOLVED] Html custom & hide setting

  • 5 July 2019
  • 1 reply
  • 6 views

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


1 reply

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