decrease spacing below main and increase submenu width

I need help with two things:

  1. decrease the spacing below the main menu and submenu
  2. increase the width of the submenu so the title is on 1 line

https://vandijkconsultants.com/

Comments

  • Hi,

    1) Use 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.

    2) The same as in the first point:

    #Top_bar .menu li ul li{
     width: max-content;
    }
    

    Best regards

Sign In or Register to comment.