Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290186

    Hi,

    The advanced layerslider doesn’t look good on a mobile. Is it possible to remove the slider when viewing on a mobile in responsive mode?

    Thanks

    #290497

    Hi OrangeMediaNL!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .avia-layerslider {
    display: none!important;
    }}

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.