Okay
  Public Ticket #1426379
Nectar slider bullet nav with bottom shape divider
Closed

Comments

  • Unison started the conversation

    Hi there,

    I'm using a shape divider at the bottom of a Nectar slider and the only way it works is if you tick "bring to front".

    Problem is the divider sits above the bullet navigation so you can;t click on it. I don;t want to use the left right arrow nav because on mobile it gets in the way of the text (plus it shows always, not just on hover...)

    I've tried setting the z-index for .slider-pagination to 10000 or some high number but it doesn't work.

    Any ideas how to get the bullet nav to work with a shape divider?

    Thanks!

  •  9,017
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   Unison replied privately
  • Unison replied

    Hi Tahir, any luck?

    Thanks

  •  9,017
    Tahir replied

    Hey Again,

    Sorry for the Delay . 

    The only way is to move the bullet nav up a bit  . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .slider-pagination {
        bottom: 85px !important;
    }

    Thanks


    ThemeNectar Support Team