Announcement

Collapse
No announcement yet.

Members with long usernames are cut off when viewing topics

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Members with long usernames are cut off when viewing topics

    Click image for larger version

Name:	Screen Shot 2013-01-28 at 12.48.48 PM.png
Views:	1
Size:	21.1 KB
ID:	3725436
    See above image.

    Is there anyway to fix this without making all usernames smaller?

  • #2
    Increase postbitlegacy_userinfo_width.
    Former vBulletin user

    Comment


    • #3
      Do you mean in the style variables? I don't have any "postbitlegacy_userinfo_width" variables... Do I need to add it?

      Comment


      • #4
        Add these to the template css_additional.css:
        Code:
        .conversation-content-widget .list-container.thread-view .list-item .userinfo {
        	width:150px;
        }
        
        .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {
        	margin-{vb:stylevar left}:190px;
        }
        You can play around with the values as you see fit.
        Just keep an eye on what happens in responsive view, I have known these changes to cause display issues there if you are not careful.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment


        • #5
          Originally posted by rhygin
          Do you mean in the style variables? I don't have any "postbitlegacy_userinfo_width" variables... Do I need to add it?
          Oops. I didn't see that this was in vBulletin 5. I thought it was vBulletin 4.
          Former vBulletin user

          Comment


          • #6
            Originally posted by Mark.B
            Add these to the template css_additional.css
            Got it. Thanks!

            Comment

            Related Topics

            Collapse

            Working...
            X
            😀
            🥰
            🤢
            😎
            😡
            👍
            👎