Okay
  Public Ticket #2029146
How to move Nectar slider bullet navigation position to the bottom right
Closed

Comments

  • Jaka started the conversation

    Hello,

    I have a question regarding Nectar slider.

    How to move bullet navigation position to the bottom right?

    I attached an image for better understanding of the question. 


    Thank you,
    Jaka

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Jaka replied

    This is my demo domain, before it will go live. 

    http://www.odtok.webium.si/

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .swiper-container .slider-pagination-wrap {
        left: auto;
        right: 0% !important;
        transform: none !important;
    }
    .slider-pagination {
        text-align: right !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jaka replied

    You are the best!

    Thank you,

    Jaka