• Hi everyone, I’m a graphic designer currently customizing menu with wordpress theme ProfitMag.

    As the height of drop-down menu is too much, I want to reduce the height of drop-down menu. However, after entering a new number of “line-height”setting with CSS file, the menu shrinks to the top of menu bar. And there is a weird space between the top menu and drop-down one. If hovering over the menu, you cannot even click the drop down one.

    Just wondering how could I fix it?

    Also, when the height of menu reduced, the menu text shrinks to the top of black menu bar. This is really difficult to people like me who don’t understand CSS and HTML.

    I did go through almost all posts related to this topic but still can’t figure out.

    Is anyone willing to help?

    This is my site:
    https://www.clicklockwindows.com/wordpress/

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there! I am currently trying to figure out the same! If I find out, I will post back. By the way – I’m unable to figure out how to add the drop down menus (sub menus). I’m doing a similar setup with the same exact theme. Do you mind helping me out? Thanks!

    J

    Hi there, can you try to put this in the custom css:

    .main-navigation ul ul li {
    height: 20px;
    }

    then adjust the height to the size you need…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize Drop-down Menu Height Problem’ is closed to new replies.