Home Forums Theme support Chrome Theme Reply To: Chrome Theme

Hi,

can you please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

header #navleft ul li a {
padding: 10px !important;
}

This will reduce the padding of the menu entries. If you want, you can increase or reduce the ’10px’ to a value of your choice.