Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1367576
    Eric M
    Participant

    what is causing the nav links to not align? the ones with child links are just a hair lower than the ones without.

    #1367577
    Eric M
    Participant
    This reply has been marked as private.
    #1367728
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    li.menu-item-has-children a {
        padding-top: 38px !IMPORTANT;
    }

    Hope that helps.

    #1370485
    Eric M
    Participant

    only need it to affect the main nav bar, not the sub links or any other list on the site.

    #1370546
    Thai
    Moderator

    Hi There,

    Please also add the following CSS:

    .x-navbar .desktop .x-nav > li ul {
        top: 90px;
    }

    Hope it helps 🙂

    #1376680
    Eric M
    Participant

    also add? the previous css affected many other things other than the main nav

    #1376810
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    li.menu-item-has-children > a {
        padding-top: 38px !IMPORTANT;
    }

    Thanks.

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