PDA

View Full Version : [HowTo] [3.5.0] Center Logo



Floris
Thu 29th Sep '05, 11:04pm
[HowTo] [3.5.0] Center Logo

This template modification will guide you through the steps with clear instructions and visual examples on how to center the logo of your vBulletin forum version 3.5.0.

Original thread by Steve Machol for vBulletin forum software version 3.0.x:
http://www.vbulletin.com/forum/showthread.php?t=141366



NOTE: This example uses the default vBulletin 3.5 logo, of course, you can use any logo you want.


Installation Instructions
(click on the attached images to zoom in)

# Updating the 'header' template

Admin Control Panel (login as full admin) > Styles & Templates (section) > Style Manager (link) > Select from the dropdown: Edit templates



Select the 'header' template and click on the [Customize] button.



In the template, find this code:
<td align="$stylevar[right]">
&nbsp;
</td>

And delete it, we no longer need that column.

Still in the same template, find this code:
<td align="$stylevar[left]">

And replace it with this code:
<td align="center">

Save Template in History: Yes [x] (Check the checkbox)
Comment: Centered Logo

Click on the [Save] button to apply the changes.




You are now done.