Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Aug 2008 at 06:51 UTC
Updated:
3 Sep 2008 at 09:22 UTC
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
Comment #1
Jeff Burnz commentedGood 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.