PDA

View Full Version : Centering Vbulletin 3.8.1 header


brian41527
03-28-2009, 05:09 PM
I know it has been covered before, but im having trouble finding it for 3.8.1. my site is buckipreps.com, i'm just wondering how to center the header.

Seven Skins
03-28-2009, 06:27 PM
In the header template find:

<td align="left">


Replace:
<td align="center">


And if you not going to use advert in the header remove the code below to perfectly align the header in middle:

<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>