I need to increase the width of the main navigation menu so more menu items can be fitted in the same row.
So far i can place only 6 items of the 8 that i need.
The first six appear nicely in at the same height, but the other two get pushed down and can't be selected.

Any ideas?

CommentFileSizeAuthor
wider_menu_needed.jpg41.94 KBDavid Tequila

Comments

jgeorgio’s picture

I don't know if it helps, but I increased column width from 620px to 773px at css/main-css.css file:

.two-third { width: 620px; } changed to:
.two-third { width: 773px; }

With this, I've managed to add more items.