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?
Thanks in advance
Ralf
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
Thanks Rikard,
this works fine.
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