[HowTo] [3.5.0] Center Logo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    [HowTo] [3.5.0] Center Logo

    [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:
    To center your logo in vB 3.0.x, edit the header template: Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) -> header Remove the red code, and change the alignment (in blue): <!-- logo --> <a name="top"></a> <table border="0"




    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

    Click image for larger version

Name:	right_column_edit_templates.png
Views:	2
Size:	11.1 KB
ID:	3698778

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

    Click image for larger version

Name:	right_column_customize_header.png
Views:	2
Size:	7.6 KB
ID:	3698779

    In the template, find this code:
    Code:
     <td align="$stylevar[right]">
      &nbsp;
     </td>
    And delete it, we no longer need that column.

    Still in the same template, find this code:
    Code:
    <td align="$stylevar[left]">
    And replace it with this code:
    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.

    Click image for larger version

Name:	center_logo.png
Views:	1
Size:	16.4 KB
ID:	3698780


    You are now done.

    Click image for larger version

Name:	center_logo_result.png
Views:	1
Size:	15.9 KB
ID:	3698781
    Last edited by Floris; Thu 29 Sep '05, 7:29pm.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...