View Full Version : Postbit_legacy help
betts02
03-04-2010, 02:22 PM
can someone please let me know how i change the potbit_legacy width to accomodate the xbox gamer card as seen >>>http://www.nextgenerationgamers.co.uk/forums/showthread.php?1871-Welcome-xukdemon&p=12993#post12993
As you can see the postbit_legacy needs to be resized to suit
cheers in advance
--------------- Added 1267743227 at 1267743227 ---------------
any help on this 1 ?
Lynne
03-04-2010, 11:13 PM
Do a search in templates for ".postbitlegacy .userinfo" and see what stylevar is setting the width and then change it.
betts02
03-10-2010, 08:29 PM
sorry but i am lost with this, if someone could just tell me what and where to change the width please
Lynne
03-10-2010, 09:59 PM
Go to your admin cp. Click Styles & Templates, then Search in Templates. In the Top Search for Text box, enter ".postbitlegacy .userinfo" (no quotes). Hit Find. It will show the templates it is in in the various styles. Find the style you are interested in and double-click on the template (in this case, the template is postbit.css). It will open and the word will already be input into the Search in Template field so just hit the Find button next to it. Then it will show you the class:
.postbitlegacy .userinfo {
float:{vb:stylevar left};
position: relative;
width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}};
padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2};
font-size: {vb:stylevar small_fontSize};
display:block;
background: {vb:stylevar postbit_userinfo_background};
clear:both;
}From that you can see the width is setting using some math based around the stylevar "postbitlegacy_userinfo_width".
StyleVars -> Postbit -> postbitlegacy_userinfo_width
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.