How to: Not force signature to very bottom of post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    How to: Not force signature to very bottom of post

    If you don't want the signature to be forced to the very bottom of the post, then try this.

    Edit the additional.css template:

    Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css

    And add this:

    Code:
    /* move up signature */
    .postbitlegacy .after_content {
    clear:none; }

    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
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...