Hi guys, I'm trying to reduce: a) the spacing on the menu OR b) the font size of the menu in order to somehow get it to fit correctly. Does anyone know the custom css on this ? Thanks http://highpheasants.com/
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: #menu li a { float: none !important; line-height: 42px !important; } #menu .ddsmoothmenu li { float: none !important; } This will solve your issue. Thanks .