Quote:
Originally Posted by thunderclap82
First, your style is fluid and not fixed. So it probably is centered until you start widening the browser. I don' think there is a way to keep the logo centered with a fluid style. Sorry I can't be of more help.
|
For the theme that i use, in order to center the logo:
Add
Code:
.doc_header {
text-align: center;
}
.logo-image {
clear:both;
float:none;
}
to the end of additional.css
In my instance:
Sadly I'm looking into this mod, and would like to use it for rotating banners, however I use a background image as my banner in my css and my logo is just a transparent image to maintain the homepage link.
Code:
#header {
height: 200px;
background: url("images/BP-Black/misc/banner.png") no-repeat center;
}
Is there anyway to make this work through additional.css? rather than the header template