Closed (won't fix)
Project:
Airy Blue
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2009 at 21:38 UTC
Updated:
3 Apr 2010 at 06:36 UTC
The area available for primary links is less than the page width by the width of the right sidebar. In FF the link entries get wrapped, in IE7 they get clipped.
| Comment | File | Size | Author |
|---|---|---|---|
| primary.JPG | 52.35 KB | ScottW |
Comments
Comment #1
ScottW commentedFixed by changing
width: 760px;
to
width: 940px;
in layout.css/#navbar
Comment #2
geerlingguy commentedThanks for the note - the reason for this is that if you have the theme search form enabled (not the block), then those extra pixels are taken by the search form.
I will try to find a workable solution for this that allows the links to take up all the space if the search form isn't present...
Comment #3
geerlingguy commentedI will add some conditional selectors in the page.tpl.php file to implement this, but it will have to wait until 6.x-1.4.
Comment #4
geerlingguy commentedI'm going to leave this as won't fix; if you'd like to fix it for your own implementation, please update the #navbar property in layout.css.