PDA

View Full Version : vbulletin logo


True african
08-13-2010, 07:23 PM
i add the following to the additional.css template: to center my logo
.logo-image {
clear:both;
display:block;
float:none;
text-align:center;
}

now i want to return it to default whats the code ?

borbole
08-13-2010, 07:29 PM
i add the following to the additional.css template: to center my logo
.logo-image {
clear:both;
display:block;
float:none;
text-align:center;
}

now i want to return it to default whats the code ?

Either delete the code you added to center it or comment it out.