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?
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
wonderful – thank you, it works :-)