PDA

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


Floris
Thu 29th Sep '05, 10: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

16268

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

16269

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.

16272


You are now done.

16273