Widen the left side bar on users profiles

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Noctavia
    Senior Member
    • May 2006
    • 346

    [vB4] Widen the left side bar on users profiles

    Hi Guys,

    I'm wanting to widen the width of the left side menu section when you're viewing a users profile. What template would this be under? And what would I need to change?

    Ta!
  • Noctavia
    Senior Member
    • May 2006
    • 346

    #2
    Nevermind, found it.

    My next question is, any ideas on how to put a gap/spacer between the blocks?

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      Try this in additional.css (may need some adjusting):
      HTML Code:
      /* Put spaces between blocks on member page */
      #profile_tabs {background: none;}
      #profile_tabs .underblock {background: none;}
      #profile_tabs.member_summary {-moz-border-radius: 0; -moz-box-shadow: none; border: 0;}
      #profile_tabs .block {
          background-color:{vb:stylevar profile_sidebar_background.backgroundColor};
          border:{vb:stylevar profile_sidebar_border}; 
          -moz-border-radius:{vb:stylevar border_radius}; 
          -webkit-border-radius: {vb:stylevar border_radius}; 
          -moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color}; 
      }

      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

      • Noctavia
        Senior Member
        • May 2006
        • 346

        #4
        Nice, that works. Thanks!

        Comment

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