Expired
Hi,
How do you turn off the slider from rendering on mobile but keep it on desktop?
Thanks!
M
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){ .slider#slider-fullwidth {display: none;} }
Best regards!
You must be logged in to reply to this topic.