White space between post and signature

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KayDawg
    New Member
    • Jul 2005
    • 8

    [vB4] White space between post and signature

    Hi,

    We just upgraded our site to VBulletin 4.x and have an issue with signature spacing.

    Code:
    .postbitlegacy .postrow.has_after_content{ padding-bottom: 4em;}
    We updated the padding from 4 to 1 and it appears to have fixed the issue for some posts, but not all.

    Here's a screenshot of the issue. Any thoughts?
    Attached Files
  • KayDawg
    New Member
    • Jul 2005
    • 8

    #2
    Never mind. We got it figured out. For archival purposes, here's what we did.

    in postbit (under css templates), modified this code

    Code:
    .postbitlegacy .after_content{position: relative; width:100%; clear:both}
    Copy that from your file and paste it again underneath. Remove .after_content from the original and remove .postbitlegacy from the copy. In the new one with .after_content remove clear:both;

    edit - In short this is making sure both those classes keep the other two properties but .after_content is losing the clear:both.

    Comment

    • AusPhotography
      Senior Member
      • Nov 2007
      • 1552

      #3
      This is a Jira issue as well.

      http://tracker.vbulletin.com/browse/VBIV-14262 Please vote!

      Also: http://tracker.vbulletin.com/browse/VBIV-14271 Make the formats user selectable!
      environment: Centos 6.9, Apache v2.4.25, PHP 5.6.30/xCache, MariaDB 10.22 -- vB5 Connect Licensed

      AusPhotography - Australia's Premier Photographic Forum vB4.2.3
      Rick (site owner) and Kym (site tech) sharing this account

      Comment

      • bf777
        Senior Member
        • Feb 2007
        • 286
        • 4.1.x

        #4
        Originally posted by KayDawg
        Never mind. We got it figured out. For archival purposes, here's what we did.

        in postbit (under css templates), modified this code

        Code:
        .postbitlegacy .after_content{position: relative; width:100%; clear:both}
        Copy that from your file and paste it again underneath. Remove .after_content from the original and remove .postbitlegacy from the copy. In the new one with .after_content remove clear:both;

        edit - In short this is making sure both those classes keep the other two properties but .after_content is losing the clear:both.
        Can you please elaborate where exactly you placed the copy of that code?

        Which one of these looks like yours?

        }
        .postbitlegacy {
        position: relative;
        width: 100%;
        clear:both;

        .after_content {
        position: relative;
        width: 100%;
        }

        OR

        }
        postbitlegacy {
        position: relative;
        width: 100%;
        clear:both;
        }

        .after_content {
        position: relative;
        width: 100%;
        }

        Comment

        • dog-tag
          Member
          • Jan 2012
          • 52
          • 4.1.x

          #5
          I've just hit this issue also... would love a solution!

          Comment

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