Comments 2songochang started the conversationNovember 19, 2016 at 6:23amHello.I would like to ask, how i can change the alignment of the arrow or of the dots. at the moment the slider arrows are overlaying the dots.How can i move the arrow to the bottom of the side or next to the "slider dots" 8,996Tahir repliedNovember 19, 2016 at 10:35amHey Chang,Id advise to remove the arrows as the dots are already there for the Nectar Slider. Though if you want to move the Arrows to the Bottom you can do so with below css.Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (min-width: 1000px) { .swiper-container .slider-prev, .swiper-container .slider-next { top: 95%!important; } } Thanks ThemeNectar Support Team Sign in to reply ...
Hello.
I would like to ask, how i can change the alignment of the arrow or of the dots. at the moment the slider arrows are overlaying the dots.
How can i move the arrow to the bottom of the side or next to the "slider dots"
Hey Chang,
Id advise to remove the arrows as the dots are already there for the Nectar Slider.
Though if you want to move the Arrows to the Bottom you can do so with below css.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team