Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985581
    [email protected]
    Participant

    Hi guys,

    I’ve had this problem now with about 4 websites in the past few months where the nav logo stops adhering to the margin settings in the Customizer.

    Can you figure any reason for this?

    Here is an example:

    Home

    Thanks,
    Chris

    #985736
    Christopher
    Moderator

    Hi there,

    Please remove height: 80px; property from following selector :

    .x-navbar {
        background-color: #0e181c;
        border-bottom: 0px solid;
    height: 80px;
       
    }

    Add this CSS :

    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-bottom: 21px;
    }
    .x-brand img {
        width: 112px;
    }

    Hope it helps.

    #1033979
    [email protected]
    Participant

    Thanks btw guys this DID help! But it keeps happening on my websites and I’m not sure. Seems to be a bug! Latest website had the same problem but the brand img margin-top was disappearing and had to be fixed with custom CSS.

    Any ideas why?

    #1034253
    Rupok
    Member

    Hi there,

    Thanks for writing back. There is no such bug reported yet and apparently there is no settings on the Customizer that might add such value to .x-navbar. Also the code is on your Customizer > Custom > CSS and simply there is no way of being added there automatically unless you add this manually.

    Hope this makes sense.

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