Sig / messageMeta halp!

Salty

Active member
Looking to move the sig and messagemeta down to the bottom of the post. I'm having quite the difficulty tackling this if anyone would like to extend me a push in the right direction.

It just wants to float in the middle ><

stug.webp
 
Code:
       <xen:if is="{$visitor.content_show_signature} && {$message.signature}">
            <div class="baseHtml signature ugc"><aside>{xen:raw $message.signatureHtml}</aside></div>
        </xen:if>[code]

afaik just add to this [code]        .message .signature
        {
            font-size: 9pt;
            margin-top: 5px;
            border-top: 1px dashed @primaryLighterStill;
            padding: 5px 0 0;
        }
 
Top Bottom