We're celebrating Europe and we'd like to support our European Union customers by covering the VAT. Discount is valid until May 18th for all new purchases and manual renewals and applies automatically during checkout.
Can any one provide the CSS to reduce the amount of space between items on the main menu, and also to reduce the top and bottom padding on both the main menu and dropdowns? Any help greatly appreciated, and thanks in advance!
Menu items left/right padding: body #access a { padding-left: 1em; padding-right: 1em; }
The menu height is shared with the logo and the sidebar menu toggler, so these would all need adjusting at once. The menu’s height also applies to the fixed menu.
You can reduce the submenu items height with: #access ul.sub-menu a { line-height: 2.5; }