September 24, 2013 at 7:19 am
#4153
Sanjip Shah
Participant
@adrian Try the following css. In the dashboard, go to Appearance->Theme Options->Design Options tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
#access ul li ul {
width: 600px;
}
#access ul li ul li {
float: left;
}