View Full Version : Logo
Ronald0
04-10-2011, 09:49 PM
How to move the logo?
The alignment code only supports the following movements: Center, Left, and Right.
Well i do not want it left center or right, i would like it to the left but not to far to the left. Is there an alternate HTML code that supports the movement of the logo to the left but not all the way?
Stefan118
04-11-2011, 12:18 AM
Have you tried to place a few spaces in front of the logo?
HTML code for space is:
So <p> </p> will place 4 spaces on your screen.
I agree, it doesn't look that nice in code, but i don't see an other way to manage your problem.
Ronald0
04-11-2011, 01:48 AM
When i open my header template and find the code for my header and place that before it the code ++++s up the rest of the forums. For some reason, like i don't know what is causing this. But when i place it in the code it messes some of the code up, or when i put it to far in front it messes up whats before it and if i put it to far then it messes the navbar up.
Stefan118
04-11-2011, 08:59 PM
this works for me:
In the Header template:
Replace the part between:
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<div id="toplinks" class="toplinks">
for this:
<div style="text-align:left;">
<p>
<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></p>
It will put your logo to the left with 4 spaces in front of it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.