View Full Version : My main banner messes up the alignment
Delilahs
11-18-2009, 07:28 PM
I've asked on vb.com, but had no answers, if people look at my main forum you can see the banner there, but I want it to be centred and the 'welcome' , 'notification' etc links to be lower down, any help would be appreciated on this please.
Seven Skins
11-18-2009, 10:34 PM
To align the logo in the center edit header template:
Find:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="Powered by vBulletin" /></a></div>
Replace it with:
<div style="text-align: center"><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="Powered by vBulletin" /></a></div>
And for those notification links ... they would not look good if you move then down ... your best bet is make your header background blurred behind those links.
Eq4bits
11-23-2009, 08:19 PM
I put my header image above that <div> in a single cell table. Might not be the vB way to do it but it works for me :D
Trumpetrhapsody
12-28-2009, 06:47 PM
Thanks for this!
I spent several hours trying to do it in the css unsuccessfully.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.