Results 1 to 1 of 1
  1. #1
    Flash3113's Avatar
    Join Date
    Aug 2021
    Gender
    male
    Location
    BattleOn
    Posts
    182
    Reputation
    20
    Thanks
    2,080

    Exclamation CSS Styling for posts with signatures

    Hi there, I've done quite a bit of web development and I noticed that the layout for posts with signatures wasn't right.
    The problem is in showthread-rollup.css.


    Here's the fix:
    • Remove:
      Code:
      .postbitlegacy .postrow.has_after_content{padding-bottom:400px;}

    • Change:
      Code:
      .postbitlegacy .after_content{bottom:35px;position:absolute;width:100%;}
    • To:
      Code:
      .postbitlegacy .after_content{position:relative;width:100%;}


    No adding some random padding, and bumping the signature up 35px.

    If the forum developers don't make this a permanent change, but you want this fix to always be applied, then use the extension "Stylebot" on Chrome and apply this new style:
    Code:
    .postbitlegacy .postrow.has_after_content{padding-bottom:0;}.postbitlegacy .after_content{bottom:0;position:relative;width :100%;}

    Current:



    Suggested:
    Last edited by Flash3113; 09-12-2021 at 09:16 AM.


Similar Threads

  1. [Hiring] Want to buy your signature space - Fast cash for posting
    By Sean in forum Work & Job Offers
    Replies: 37
    Last Post: 12-05-2016, 05:07 AM
  2. [Drawing] Job posting. Looking for someone with drawing skills. TWitch logo
    By CubeGen in forum Art & Graphic Design
    Replies: 0
    Last Post: 10-05-2015, 11:59 AM
  3. [WTT] Steam acc with Chivalry for [post offers]
    By whatsupguys in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-05-2013, 12:26 PM
  4. [Solved] How many posts is required to obtain permission for a forum signature?
    By SergeantSparklez in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 04-05-2013, 11:03 AM