Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223908
    Eric M
    Participant

    Can you take a look at this site and tell me what css is causing the menu items with dropdown menus to be lower than the other nav menu items

    #1223909
    Eric M
    Participant
    This reply has been marked as private.
    #1224208
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Cab you please try adding the following CSS workaround into your Customizer, Custom > CSS area.

    
    .x-nav > li > a {
        display: inline;
    }
    

    Hope that helps.

    #1224529
    Eric M
    Participant

    that pushed everything to the top of nav. do i have some css somewhere that is addign the additional padding?

    #1224902
    Prasant Rai
    Moderator

    Hello Eric,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    nav.x-nav-wrap.desktop {
        margin-top: 30px;
    }

    Thanks.

    #1230062
    Eric M
    Participant

    now the dropdown has too much space. What is the code in the site currently that is causing it to not line up? I do not have the css that you have provided in there at the moment.

    #1230193
    Rupok
    Member

    Hi there,

    Your submenu seems fine – http://prntscr.com/cyu9en

    Would you clarify which space you are referring?

    Thanks!

    #1237075
    Eric M
    Participant

    main nav

    #1237342
    Rad
    Moderator

    Hi there,

    What do you mean by main nav? I can see the space above the menu items but it’s because padding-top 50px is added. And I assume it’s intentional. Would you mind providing a screenshot pointing out the issue?

    And you mentioned about the dropdown, it’s the submenu we’re referring and not the main nav.

    Thanks!

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