warrenneedham 0 Report post Posted June 16, 2011 How do i reduce the space between items in the drop down navigation? Share this post Link to post Share on other sites
Kate 3 Report post Posted June 16, 2011 Hi Warren, You would need to change the padding of the anchor tags. Something like this: ul.main-nav li li a{padding:2px 0px 2px 0px !important;} Share this post Link to post Share on other sites