Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1265081
    MB
    Participant

    Hi,

    We would like to remove the borders on the top and bottom of blockquote slider in footer widget. In addition we would like to remove the space above and below the block quote slider so it fits into the footer widget the same spacing as where the borders were. In essence, decrease the height of the entire footer widget. Please advise.

    Thanks, MB

    Vancouver Island Hiking Guide

    #1265101
    Lely
    Moderator

    Hello MB,

    Please use the following custom CSS:

    div#text-11 blockquote {
        border: none !important;
        margin: 0 !important;
    }
    .x-flexslider-shortcode-container {
        margin-bottom: 0;
    }
    .x-colophon.top {
        padding: 0;
    }
    .x-colophon.top .flex-viewport {
        max-height: 234px !important;
    }
    .widget_text ul {
        margin-bottom: 0 !important;
        height: 0;
    }

    Hope this helps.

    #1265685
    MB
    Participant

    [RESOLVED] Thank you! 😀

    #1265686
    MB
    Participant

    [RESOLVED] Thank you! 😀

    #1265728
    Jade
    Moderator

    You’re most welcome.

    #1265729
    Rupok
    Member

    You are welcome!

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

    Cheers!

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