If you move the site url listed in private into mobile view. Then click the container bar while using google chrome browser you will notice that the main image nav next buttons (left and right) overlap the menu/tab drop down menu. Is there any way to fix this however to still have the nav next buttons present?
Hi tdproperty,
I’m not sure what you mean by that, exactly what is overlapping? I couldn’t see anything like that. Please post a screenshot of the issue and what you would like to it to.
Regards,
Rikard
i provided the image in prvt
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .avia-layerslider .ls-nav-prev {
z-index: 2 !important;
}
Thanks,
Rikard
Rikard,
That took care of the left nav button however the right nav button still shows up
Hey!
Please adjust the code:
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
z-index: 2 !important;
}
Cheers!
Ismael
Ismael,
Awesome that worked! Thanks again guys for the help!