Hi,
The next previous buttons on slider are to large on mobile device. I know how to completely disable but can’t figure out on just the mobile?
Thanks
Hi remodelit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
display: none !important; }}
Best regards,
Yigit
Thanks. But now the secondary menu in the “bar above the header” shows up on mobile devices? Is there code to hide it on mobile? I might have deleted some code I found on the forum?
Thanks
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) {
nav.sub_menu { display: none; }}
Best regards,
Yigit
Excellent! Thank you very much!