Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338246
    TomasJarvling
    Participant

    Hi.
    On this page: http://www.antoniofiorelli.se/ i would like to remove the space between the logo picture and the navbar so that the header doesnet become so big. But I cannot seem to find the controls to do that.

    Tomas

    #1338355
    Joao
    Moderator

    Hi Thomas,

    Please add the following code to Appereance | Customizer | Custom | CSS

    .ubermenu-main {
        margin-top: 0;
    }
    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 20px;
    }
    .x-navbar-inner {
        min-height: 50px;
    }

    Hope it helps

    Joao

    #1338363
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .ubermenu-main {
        margin-top: 0;
    }
    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 25px;
    }

    Hope this helps!

    #1339428
    TomasJarvling
    Participant

    Hi.
    This code moved the ubermenu closer to the logo. Perfect.
    But, I would like to reduce the white space beneath the ubermenu and move the section with the slider up. Is that possible?

    Tomas

    #1339434
    Christopher
    Moderator

    Hi there,

    Please reduce ‘Navbar Top Height’ under Customize -> Header.

    Hope it helps.

    #1339436
    TomasJarvling
    Participant

    Oh…that was a little embarrassing:)

    #1339440
    Thai
    Moderator

    If you need anything else please let us know.

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