Increase width of username area in forums

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smgxtreme
    New Member
    • Mar 2013
    • 28
    • 4.2.X

    Increase width of username area in forums

    Hi, could some one please tell me how to increase the area in forums where your name is displayed on left side?
    I want to increase that area a little because long usernames get cut off and continued on the next row.


  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Try adding something to your css_additional.css template like:


    HTML Code:
    .conversation-content-widget .list-container.thread-view .list-item .userinfo {
       width:200px;
    }


    Last edited by BirdOPrey5; Thu 11 Apr '13, 4:01am.

    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 <- awesome site for html/css help

    Comment

    • smgxtreme
      New Member
      • Mar 2013
      • 28
      • 4.2.X

      #3
      It worked sort of. What it did was push username behind post body (what your looking at now is what I'm referring to). So I probably need to make the size of posts (width) smaller.
      You have a code for that? I dont think it's changeable in stylevar but maybe..

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24326
        • 5.7.X

        #4
        Try:

        Code:
        .conversation-content-widget .list-container.thread-view .list-item .list-item-body-wrapper {
           margin-left: 200px;
        }
        Set that value the same as the CSS above
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        Related Topics

        Collapse

        Working...