When the primary links are not active (above the header), the entire layout slides up.

To fix this, add a height property (and value) to the #menu selector in style.css

Line 129 - line 140 (style.css)

#menu
{
	color:#fff;
	font-size:1.23em;
	font-weight:normal;
	line-height:1.3em;
	letter-spacing:1px;
	margin: 0;
	padding:0;
	white-space:nowrap;
	height:20px;
}
CommentFileSizeAuthor
cssfix.patch207 bytesjwolf

Comments

jwolf’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in amadou 5.x-3.2

Anonymous’s picture

Status: Fixed » Closed (fixed)