Text or 'Buttons' in navigation closer to each other

Latest Reply from e-dots at 2012-08-29 14:24:40 Solution

Is there a way to put the texts (or buttons) in the navigation bar closer to each other?

Thx in advance!

Found it...
Adjust in the stylesheet the second value after 'padding' under #mainmenu li

#mainmenu li{
float:left;
padding:0px 10px;
margin-left:-1px;
margin-top:17px;
position:relative;

Leave a reply

Add codeAdd image