Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1271902
    Norbert Lauterbach
    Guest

    The slider on iPhone get too big arrows. The Text and the button and the arrows are overlapping. How to get the arrows out/disapear of the slider or how to get them smaler? Which solutuon is possible for a better layout? Which CSS I`ve get?

    #1272061

    Hi Norbert,

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

    @media only screen and (max-width: 767px) {
    .avia-fullwidth-slider .avia-slideshow-arrows {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1272121

    wonderful – thank you, it works :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Slider overlapping Button, Arrows and Text’ is closed to new replies.