Hi,
I found a thread (https://kriesi.at/support/topic/disable-slider-for-mobile-size-responsive-theme/) and tried to action this our site with the Custom CSS but I didnt have luck here.
The slider we are using is too small, and the others are too large above the the fold. So we would just prefer to remove it when the website is viewed on mobile.
Can you please provide some direction on how to do this.
Thanks for your help
Hey Westernport Water,
Please try the following in Quick CSS under Enfold->General Styling to hide the slider for mobile:
@media only screen and (max-width: 767px) {
.home #full_slider_1 {
display:none;
}
}
Best regards,
Rikard
That worked, thanks for your help!
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay
