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.

CommentFileSizeAuthor
primary.JPG52.35 KBScottW
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ScottW’s picture

Fixed by changing

width: 760px;

to

width: 940px;

in layout.css/#navbar

geerlingguy’s picture

Status: Active » Needs work

Thanks 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...

geerlingguy’s picture

Status: Needs work » Postponed

I 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.

geerlingguy’s picture

Version: 6.x-1.3 » 6.x-1.8
Status: Postponed » Closed (won't fix)

I'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.