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

    Hi,

    Building a site and there is a huge gap between the layerslider and the next layout item on mobile devices.

    Tried a few things but can’t figure out how to get rid of that gap.

    Help please:)

    #1316732

    Hey stacey_pritchett,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #layer_slider_1 {
        height: auto !important;
    }
    }

    Best regards,
    Rikard

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