Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1035384
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1035398
    sebagc
    Participant

    I forgot! When solving this issue, the problem is when using it in Mobile, the Navbar is too big.
    Please check it out!

    Thank you very much!

    Best!

    #1035487
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 156px;
    }
    

    Hope that helps.

    #1036499
    sebagc
    Participant

    Hi! Thanks for the answer!
    Sorry, still not working quite well.
    Please let me know if you can take a closer look at it!
    Thank you very much!
    Sorry for so much bothering!

    Best,
    Seba

    #1036943
    Friech
    Moderator

    Hi Seba,

    Please add this on your custom css instead.

    @media (max-width:  979px) {
    	.x-navbar-wrap {
    		max-height: 70px;
    	}
    }

    Hope it helps, Cheers!

    #1037356
    sebagc
    Participant

    Hi! Thanks!
    It doesn’t seam to work, i checked if i had another custom css overlapping and didn’t find any.

    Thanks! Best
    Seba

    #1037366
    Thai
    Moderator

    Hi Seba,

    Please add the following CSS:

    @media (max-width: 480px){
        .x-logobar-inner {
            padding: 0;
        }
        .x-navbar-inner {
            min-height: 50px;
        }
    }

    Hope it helps 🙂

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