Sean James |
09-28-2011 02:51 PM |
Sorry for the late replies for some reason I am not getting any vBulletin.org notifications to my email :/
Quote:
Originally Posted by MetalMilitia
(Post 2250789)
|
Did you upgrade from a earlier version?
Because there was a new style editor released a lot of the editor CSS changed. So you will need to compare your old additional.css with the new one, even replace as this will be easier.
Quote:
Originally Posted by andyv72
(Post 2246291)
i mean Center..
if i change the (bluepearl-design-logo.png) pic than is this not center, this is than more left ..
|
To center the logo add this code to your additional.css template:
Code:
.doc_header {
text-align: center;
}
.logo-image {
clear:both;
float:none;
}
|