Hello,

On firefox 3 (and maybe earlier firefoxes), if you set the site Name to be long enough that it takes 2 lines, the primary menu below it is broken and instead of arranging its items horizontally, they arrange vertically and blend into the white below the red bar.

Lovely theme BTW

CommentFileSizeAuthor
#1 2.1x_082208_long_site_name.patch262 bytesCory Goodwin

Comments

Cory Goodwin’s picture

Assigned: Unassigned » Cory Goodwin
Status: Active » Needs review
StatusFileSize
new262 bytes

If I recreated the problem correctly, when a long site name or site slogan is entered is pushes down the rest of the site, including the primary links.

By hiding the overflow it will no longer break the primary links. However, if you wish to use a long site name or slogan you will need to customize the position of the site name and slogan.

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
	overflow: hidden; <---Add this line
}

Patch attached.

Cory Goodwin’s picture

Did this patch help anyone?

Cory Goodwin’s picture

Status: Needs review » Closed (fixed)