Expand the horizontal header menu in 2011
-
This forum showed me how to remove the search box from the header navigation bar..
#branding #searchform { display:none; } #branding .only-search + #access div { padding-right: 0px; }
.. which works brilliantly.
I now want to use some of the space for extra menu items.
I found this css..
#access ul ul a { background: #f9f9f9; border-bottom: 1px dotted #ddd; color: #444; font-size: 13px; font-weight: normal; height: auto; line-height: 1.4em; padding: 10px 10px; width: 168px;
.. but the width of 168px is not the width of the current bar !
Can someone suggest what css I need to edit. Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Expand the horizontal header menu in 2011’ is closed to new replies.