Hi,
The width of this breaks the search bar:
Code:
#logo a
{
width: 1170px;
height: 145px;
display: block;
background: url(/data/images/mcFINAL.png) no-repeat;
background-position: absolute;
}
This is not coded properly. Remove the
width and
background from the
#logo a and just add the background to
#logoBlock.
Result:
View attachment 112614