Hi!
I have 2 Fullwidth Easy Sliders on my homepage, one for desktop devices and one for mobile. The screen options somehow doesn’t work, it shows both sliders, even when all the options are checked. Do you have any suggestions?
Thank you!
Hey mihalp1,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Can you please specify the page where it is happening.
Best regards,
Victoria
Login credentials are below
Thank you!
Hi mihalp1,
Best regards,
Victoria
I checked the boxes but nothing happens. Should i try with the css?
Hi,
Did you remove the CSS you added in the field in Victorias screenshot first? Please remove it first and try the check boxes, if that doesn’t work then please add the CSS in Quick CSS under Enfold->General Styling.
Best regards,
Rikard
checking boxes doesn’t work, neither css i inserted in quick CSS:
@media screen and (min-width: 480px) {.page-id-78 .hide_slider_mobile1 {display: none;} }
@media screen and (max-width: 480px) {.page-id-78 .hide_slider_mobile {display: none;} }
i copied .page-id-78 .hide_slider_mobile1
into slider custom class but nothing happens…
ok i did it. just removed dots from defining class in slider.
thanks!