Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #995444
    minyona
    Participant

    I would like to know how to reduce the height of the topbar so it aligns with the button perfectly.

    #995445
    minyona
    Participant
    This reply has been marked as private.
    #995543
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-topbar {
        min-height:0px
    }
    
    a.topbarbutton {
        margin-bottom: -5.6px;
    }

    Hope this helps – thanks!

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