Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1259997
    MB
    Participant

    Hi,

    Is there a way to position the slider controls in the footer widget block quote so they don’t float?

    Thanks, MB

    Vancouver Island Hiking Guide

    #1260193
    Rue Nel
    Moderator

    Hello MB,

    Thanks for writing in! Do you want something like this? http://prntscr.com/d88qly
    If that is the case, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    .textwidget .flex-direction-nav a {
        top: auto;
        bottom: 30px;
        text-decoration: none;
    }

    Hope this helps.

    #1260564
    MB
    Participant

    Yes, we like the idea of the navigation arrows not covering the text. Is it possible to move the arrows to the left and right of the text block?

    Thanks

    #1260594
    Rupok
    Member

    Hi there,

    Thanks for writing back. let’s try this CSS :

    .flex-direction-nav a.flex-prev {
      left: -50px;
      top: 45%;
    }
    .flex-direction-nav a.flex-next {
      right: -50px;
      top: 45%;
    }

    Hope this helps.

    #1260638
    MB
    Participant

    [RESOLVED] Thank you! 😀

    #1260642
    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-1259997 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>