Fixing the width the user boxes in threads

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ManofScience
    New Member
    • Feb 2009
    • 8
    • 3.8.x

    Fixing the width the user boxes in threads

    I'm using a custom skin (vivid green) and when viewing a thread, the boxes down the left where the users avatars, post count, location, etc is displayed varies - and sometimes can be over half the size of the page - i'm guessing the template is SHOWTHREAD but i'm not sure what i need to edit or look for - anyone got any ideas how i can make them all a fixed size?


    thanks in advance - i hope i've got this in the correct forum
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    That would be the postbit_legacy template.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • ManofScience
      New Member
      • Feb 2009
      • 8
      • 3.8.x

      #3
      thanks Steve,

      i've compared it against the default installed style and it looks the same - can u tell me what i should be looking for? www.nucastle.co.uk is the board

      Comment

      • DoE
        Senior Member
        • Sep 2007
        • 763

        #4
        Your post bit width is already set at 175px (I checked your site), the problem is that some users have larger pictures or run-on texts that require more width. The only solution, besides switching off legacy postbit, is to limit user avatar pics and texts, or place a div within the TD to show scrollbars if the width is wider than 175px. Something like this:

        <td class="alt2" width="175">
        <div style="width:175px;overflow:auto;">
        ..... avatar and data here....
        </div>
        </td>

        Comment

        • ManofScience
          New Member
          • Feb 2009
          • 8
          • 3.8.x

          #5
          Thanks for the advice - i'm going for a bit of a play around!!

          Comment

          Related Topics

          Collapse

          Working...