Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981334
    bak
    Participant

    Hi

    The mega menu has a gap before the sub-menu points whilst the regular menu does not have that gap.

    How can I make the both start at the same height?

    #981343
    bak
    Participant
    This reply has been marked as private.
    #981647
    Nico
    Moderator

    Hi There,

    Thanks for writiing.

    Add this in your customizer’s custom CSS:

    .desktop .x-nav .x-megamenu>.sub-menu>li{
    margin-top:10px;
    }
    
    .x-navbar-fixed-top-active .desktop .x-nav .x-megamenu>.sub-menu{
    margin-top:10px;
    padding-top:10px;
    }
    
    .x-navbar .desktop .x-nav > li ul{
    top:10px
    }

    Adjust the numbers to achieve the best spacing to your menu.

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