with override.css I've managed to place our company logo, however the two parts of texts and links on the left and right of left of the logo lose their alignment and swing up.
Do I miss something?
Attached you can find a screenshot (http://mimesisedizioni.it/Cattura.JPG - attaching files here don't work) of the problem and my override.css file. I didn't touch anything else than override.css.
- Code: Select all
/* Here you can include your override CSS styles */
/* Logo */
#gkLogo {
height: 33px;
margin: 24px 30px 0 0;
padding: 0;
text-indent: -999em;
text-shadow: none;
width: 313px;
display: inline-block;
}
#gkLogo img {
display: block;
margin: 0;
}
#gkLogo.cssLogo {
background: transparent url('../images/logo.png') no-repeat 0 0;
/* You can specify there logo size and background */
height: 33px;
width: 313px;