Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233023
    cvdw
    Participant

    Hi,

    I’m trying to use the slider element for displaying reviews and quotes.

    See: http://www.cresult.nl/wp/ at the bottom of the page.

    The navigation buttons are now under the text. Is there a way to place them left and right of the text?

    And center them verticaly?

    #1233108
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
        top: 50%;
        transform: translateY(-50%);
    }
    
    .flex-direction-nav a.flex-prev {
        left: -35px;
    }
    
    .flex-direction-nav a.flex-next {
        right: -35px;
    }

    Hope that helps. 🙂

    #1233187
    cvdw
    Participant

    Thanks!

    #1233337
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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