Hello my favourite theme maker!
I’m looking for regular slider with bottom navigation arrows I could use in my Enfold theme. Sample is here:
http://sobotadent.pl/opinie-pacjentow/
Side navigation arrows sometimes not look good especially on mobile. I tried all available Enfold’s sliders and only I have found is possibility of turning off navigation side arrows in LayerSlider WP, but there is no arrows on bottom then. Just dots showing slides what is not as comfortable.
Have you maybe got any sollution for this?
Thanks a lot!
Blue Skies,
Hi skywidget!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
a.next-slide {
right: 45%!important;
}
a.prev-slide {
left: 45%;
}
#top .avia-slideshow-arrows a {
top: 90%;
}
Best regards,
Yigit
Done, but it’s not looking good:
http://remedium-pabianice.pl/sprzet/
I changed % values on CSS you provided and it looks it’s working fine now :)
Thanks a lot!