Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1383555
    Brock B
    Participant

    There is a decent amount of white space above my header that I’d like to remove. Any suggestions on how to do that?

    http://www.bravepandacreative.com

    #1383884
    Prasant Rai
    Moderator

    Hello Brock,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.x-brand.img {
        margin-top: 20px;
    }
    
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-top: 20px;
        height: 20px;
    }
    
    #menu-item-167 a {
        margin-top: 20px;
    }
    
    .x-navbar-inner {
        min-height: 20px;
    }

    Thanks.

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