Problem with text not filling the entire post area.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steveman0018
    New Member
    • Oct 2009
    • 11

    [Forum] Problem with text not filling the entire post area.

    Hello,

    sorry if this been posted. Need a fast answer. See picture i have attached but my text will not fill the entire posting box. Its like it centered allowing for some sidebar or something. Anybody know a fix or what i am doing wrong in the settings?

    Thanks
    Attached Files
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    This is a bug in 4.0.3PL1. You may do a temporary fix by opening the postbit_legacy and/or postbit template and finding this line:
    <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">

    Replace with this line:
    <div class="content">

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • napy8gen
      Senior Member
      • Jul 2001
      • 525
      • 6.X

      #3
      yes Lynne, or if you want to have that adspace you must remove the space before the hasad word. that will fix this problem too.
      <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
      to
      <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']">hasad</vb:if>">
      Get Our vbulletin 6 themes

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...