Hello, How to reduce the font size of the main menu? I have a lot of menu and I want it to fit on one line.
cefaliyon
You can try this custom css:
#mainnav .nav > li > a, #mainnav .nav span.separator { font-size: 10px; /*change to your desired value*/ }