I found that with more than 3 or 4 menu items, they started going to the next line, which pushed over the main content of the page. I fixed this by changing line 206 in layout.css from
margin: 0 -100% 0 -10px;
to: margin: 0 -100% 0 0;

Comments

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz
Status: Active » Fixed

Good spotting, committed to head and is included in the new 6.x-1.1-beta1 release.

You highlighed something else for me which was that the primary menu did not slide under the search box, wasting valuable realestate for links (esp for narrow width sites).

I rearranged the header html to allow the primary to slide right accross, so in effect the header is now totally different, and rather more simple. LIkely to be an issue somewhere though, but I think its a better approach to free up space for the links.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.