Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #944133

    Hi guys,
    I have a layer slider on my pages, which also works fine on mobilde devices. The only problem I have is, that the back and forth buttons from layer slider are above the mobile menu. How can I get rid of this buttons on the menu?

    Screenshot

    Thanks in advance
    Ralf

    #944467

    Hey Ralf,

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

    @media only screen and (max-width: 767px) {
    a.ls-nav-prev, a.ls-nav-next {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #944494

    Thanks Rikard,
    this works fine.

    #944703

    Hi Ralf,

    Glad that Rikard helped you :)
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layer Slider and mobile menu’ is closed to new replies.