Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1284577
    lisacole1
    Participant

    Hi
    on http://infantfeedingmatters.org/
    How can I close the gap between the menu and the sub menu – at the moment it isn’t clear that the sub menu is connected at all.

    And I’d like to make the sub menu font a little bigger if possible.

    Huge thanks!

    #1284681
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS and adjust according to your wishes.

    .masthead-inline .x-navbar .desktop .sub-menu {
        margin-top: -30px;
       font-size: 15px;
    }
    

    Hope it helps

    Joao

    #1284700
    lisacole1
    Participant

    much better thank you – I can see that there is loads of white space above the first sub heading item – can I get rid of that? If I make the margin-top past -40px it overlaps the top menu items

    #1284755
    Rupok
    Member

    Hi there,

    It seems fine to me and I don’t think the space is unnecessary. However if you still want to eliminate the space more, you can update your existing code to following :

    .masthead-inline .x-navbar .desktop .sub-menu {
      font-size: 15px;
      margin-top: -20px;
      padding-top: 0;
    }

    Hope this helps.

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