Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1385111
    armintz
    Participant

    How do you position the nav arrows of the Cornerstone Slider (not Revolution Slider) to the right instead of the default left?

    Also, I have multiple sliders on the page, but only wish to move the arrows for one specific slider.

    I am building the site locally so unfortunately can’t post a link right now, but maybe there is a generalized answer that can help? I’ve searched the forum and found some responses that were close, but not quite what I’m looking for.

    Thank you

    #1385244
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To reposition the arrows in the default Cornerstone slider, please edit the page back in Cornerstone and add an custom my-slider ID to your slider. Insert the following custom css in the settings tab, Settings > Custom CSS

    #my-slider .flex-direction-nav a.flex-prev {
        right: 50px;
        left: auto;
    }
    
    #my-slider .flex-direction-nav a.flex-next {
        right: 14px;
        left: auto;
    }

    Hope this helps. Kindly let us know.

    #1385434
    armintz
    Participant

    This worked perfectly – thank you.

    #1385459
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1385111 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>