To center the vBulletin logo above, we would add the following to the additional.css template:
Code:
[CODE].logo-image {clear:both;display:block;float:none;text-align:center;}[/CODE]
Some logos may need to then have some padding applied to them to move them down so they don’t run into the Welcome tabs. You may add padding to the CSS above if you need to do this (change the padding in red as needed):
If you can’t find this file it can be found: (Edit Templates > CSS Templates > additional.css )
You need to “Edit templates” and then choose “CSS templates” and when you expand, then there is the additional.css file!
Code:
[CODE].logo-image {clear:both;display:block;float:none;text-align:center;padding-top: 20px;}[/CODE]
(If you have ads, then this will push them around and your CSS for both may need to be adjusted.)