Okay
  Public Ticket #960880
Dot Navigation
Closed

Comments

  •  2
    songochang started the conversation

    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"

  •  8,996
    Tahir replied

    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) :

    @media only screen and (min-width: 1000px) {
        .swiper-container .slider-prev, .swiper-container .slider-next {
            top: 95%!important;
        }
    }

    Thanks


    ThemeNectar Support Team