Hello Super Jinni, the logo-l has the float left in the additional css, this is the css I'm using:
Code:
/* logo cells ================================== */
#logo_block {
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.logo-l {
background-image: url(images/contraverse/misc/logo-l.gif);
background-repeat: no-repeat;
height: 211px;
float: left;
width: 190px;
padding: 0px;
}
.logo-m {
background-image: url(images/contraverse/misc/logo-m.gif);
background-repeat: repeat;
height: 211px;
margin: 0px 190px 0px 190px;
width: auto;
padding: 0px;
}
.logo-r {
background-image: url(images/contraverse/misc/logo-r.gif);
background-repeat: no-repeat;
height: 211px;
float: right;
margin-top: -211px;
width: 190px;
padding: 0px;
}
/* ================================================================================ */
Perhaps I have error in the css, I don't believe so but, well you never know eh!