Space between main menu and sub menu

Hi,

The logo is big and main menu beside it. It makes the space between main menu and sub menu very far apart. How to make the sub menu gap with the main menu closer?

Comments

  • Hi,
    Please always attach a link 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 the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hi,

    The link here: http://ifca.omnixus.com/

    As you can see the main menu Products and the sub menu distance is a bit far apart. Please advice. Thanks!
  • It is like that because the logo is so big that it makes the header very large. Either make the logo smaller or use the overflow logo property in theme options>global>logo

    You could also use this css
    #Top_bar .menu li ul {
    top: 75% !important;
    }
Sign In or Register to comment.