Helpful Information
 
 
Category: vB4 Design and Graphics Discussions
My main banner messes up the alignment

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.

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.

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

Thanks for this!

I spent several hours trying to do it in the css unsuccessfully.










privacy (GDPR)