Double Size of Main Menu

Posted in: Newspaper
Post count: 40

I want to Double Size of Main Menu. Is this possible?

I know one solution is just to make the font smaller, but I’m at the point where I’d rather keep the font big and increase the menu size (double the vertical width). The search bar takes up so much space that it’s hard to fit everything in.

Thanks!

Post count: 1291

Hi,

The menu has two zones: a span11 for the menu and a span1 for the search icon – http://screencast.com/t/oxkiZy562YJ
You can increase the size of the menu bar if you remove the search icon:
http://screencast.com/t/Gc9JqgHB2Ja
http://screencast.com/t/jIkcOhwF
http://screencast.com/t/okrYdfvaZPj
And force the width with css:
http://screencast.com/t/wrSgIAMenGu

.td-menu-wrap, .td-menu-header, .td-menu-header .span12 {
width: 2000px;
}

Thank you, Emil G.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.