Hi,
I want to disable the slider on mobile and leave it to tablet and PC.
Thanks
Anyone ?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.ls-wp-fullwidth-container {
display: none !important;
}}
Cheers!
Yigit
Thanks, worked perfectly.