The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Center Header Image
Where can I do this? This stuff is a lot harder than vb 3!
|
#2
|
||||
|
||||
You can do it via css. Add something like this to the additional.css file:
Code:
.logo-image { clear:both; float:none; } .doc_header { text-align: center; } Or at the header template find the following code: HTML Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div> And replace it with: HTML Code:
<div style="text-align:center;"><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div> |
#3
|
|||
|
|||
Added the code but it only centers the header. Is there a way to center the inlog stuff etc to?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|