Okay
  Public Ticket #1601328
spacing of normal drop down menu
Closed

Comments

  • dabomb started the conversation

    How do I increase the line height or margin for the drop down menu, to allow more space between the items in the drop down menu?

  •  3,034
    Andrew replied

    Hi there,

    Could you try this CSS:

    header#top .sf-menu li ul li a{
        line-height:22px !important;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Cheers.