Sorry for the late replies for some reason I am not getting any vBulletin.org notifications to my email :/
Quote:
Originally Posted by MetalMilitia
Tried to read through some of this : but as always, I'm lazy so I'll post and ask
Couple people reporting white text on white background for the editing? Is it their browser, or where can I check the values? Thanks!
|
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
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;
}