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

    Can I have the advanced layer slider appear on the website and not on a mobile device?

    #276708

    Hey!

    Try adding this code to the Quick CSS:

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .avia-layerslider {
    display: none !important;
    }
    }

    Cheers! 
    Josue

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