Drop down menu spacing, font, style!

Discussion in 'HTML & Website Design' started by moda92, Dec 23, 2015.

  1. #1
    Hi all,

    Is there a way that I can reduce the padding of the dropdown menu? At the moment there is way too much space between the text and the borders.

    link: www.gadjetsupply.com

    [​IMG]

    Thanks a lot!
     
    moda92, Dec 23, 2015 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,280
    Likes Received:
    1,696
    Best Answers:
    31
    Trophy Points:
    475
    #2
    If I am not mistaken, find this in your index page:

    
    #top-menu li {
    display: inline-block;
    font-size: 14px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-right: 9px solid black !important;
    height: 25px !important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    }
    
    Code (markup):
    There you can change it to whatever you want. I'd simply reduce the height.
     
    qwikad.com, Dec 23, 2015 IP