I have tested this on both IE8 and Firefox 3.6. When Primary Links are enabled to show up underneath the header, and there are enough links to create two lines, most of the top links that you click on will force the 2nd line links over to the right of the link you clicked on. Denverjusticeconference.com is the site that I noticed this on - you can see the issue for yourself.

Comments

sheena_d’s picture

Component: User interface » Code
Assigned: Unassigned » sheena_d

Hi David,

trying adding this CSS code to your local.css file:

.primary-menu ul li {
	padding-bottom: 2px; 
} 

Here are detailed instructions on using local.css http://fusiondrupalthemes.com/support/documentation/customizing-your-theme

Let me know if that helps. I'll add this fix to the theme for a future release.

Thanks,
Sheena

DavidWhite’s picture

Status: Active » Reviewed & tested by the community

Ahh, great idea. Sorry that it took me so long to respond - I've been pretty busy the last couple of weeks. It looks like this did the trick.

Thanks,
David

sheena_d’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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