How to center userinfo in left side's postbit ?

Midtown

New Member
Hey wats up all,
last time i asked about left side postbit and i got it but the problem is its look really bad coz general info is not in center and i want to put it in the center of postbit on the left side like its showing in attachment image.

oh another problem is there any tutorial available on vbteam forum how to put a new skin on a forum ?
 

SpeedRazors

New Member
I also have my postbit_legacy centered, thing i did is changed all align="left" parts in the postbit_legacy template to align="center" now everything is centered :)

for the style... you don't need a tutorial lol... just upload all the files from the style to your /images/ directory and true your admincp --> styles and templates --> Upload/Download styles --> just import the .XML and give the thing a name and your done :)
 

p.n.c

New Member
yup i forgot to mention that
back the template up sumwer safe and then edit
i usually create a clone style named test that cant be viewed by users and i test everything on there... just a tip ;)
 

Hoxxy

New Member
If you forgot to save the original and it went t*ts up dont forget you have uploaded the original above..:D
 

Hoxxy

New Member
In your postbit legacy template

find:
HTML:
<tr valign="top">
	<td class="alt2" width="175">
			
			<div id="postmenu_$post[postid]">

replace with:
HTML:
<tr valign="top">
	<td class="alt2" width="175" align="center">
			
			<div id="postmenu_$post[postid]">
 
Top