Active
Project:
SimpleCorp
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2014 at 00:39 UTC
Updated:
9 Apr 2015 at 20:15 UTC
Jump to comment: Most recent
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?
| Comment | File | Size | Author |
|---|---|---|---|
| wider_menu_needed.jpg | 41.94 KB | David Tequila |
Comments
Comment #1
jgeorgio commentedI 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.