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 Thanks a lot!
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.