Quote:
Originally Posted by betts02
For th xbox gamer card to appear, its
Code:
<vb:if condition="$post['fieldXX']"><tr><td class="vbmenu_option">
<iframe src="http://gamercard.xbox.com/{vb:raw post.fieldXX}.card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></td></tr></vb:if>
I need to try to make the postbit_legacy wider to accomodate this but am stuck
|
I finally figured this out. In postbit.css find;
.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;
Okay what you want to change is the width from this:
{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}}
to this:
205px;