Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1877860
Changing height of menu's dropdown items
Closed

Comments

  • JenniferR started the conversation

    Hello, 

    I am using the standard menu system that came with the GEM theme (I am not using Mega Max Menu). The drop down items take up more space than I would like.  I would like to reduce the height of each drop down item (the space above and below each drop down page's name). Can you please tell me how I can do this? In case I want to reduce the side padding too, how would I do that?

    Thank you so much,

    Jennifer

  •  4,774
    Michael replied

    HI!

    pls. use following css, for example:

    #primary-menu.no-responsive > li > ul a {
        padding: 5px 10px;
    }

     

    6707465710.png
  • JenniferR replied

    Thank you! That works perfectly.

  •  4,774
    Michael replied

    Welcome! Have a nice day!