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

    Hello. I have had the hardest time getting my layer slider heroes to work on mobile. I tried doing one version for desktop and one for mobile and hiding them with media queries…but now there is an insane amount of space where the responsive slider should be.

    Pretty much…on the desktop…there is a LOT of white space below (where the mobile slider is hidden by a media query. On a mobile device…there is a LOT of white space above where the mobile slider is (where the desktop slider is hidden by a media query).

    #752788

    Hey racheleblank,

    Thank you for using Enfold.

    It looks fine on my end. The display property is set to none:

    @media (max-width: 767px) {
    #layerslider_16 {
        display: none!important;
    }
    }

    How did you hide the layer slider initially?

    Best regards,
    Ismael

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