How to adjust the submenu distance

how can I reduce the gap/ height between the submenu and the menu bar?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • Hi thanks for the pointer and advice. Here is the link: www.dnonce.com

  • Try the following CSS code:

    #Top_bar:not(.is-sticky) .menu li ul{
     top: 70%!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.