Topic: Signature when making post

I just wondered were I can give my post body some padding. The sig is right after the last text in a post.

Example:

"one line of text"
------------------------
Sig

Looking for it to be like this

"one line of text"
1
2
3
4 lines of blank space
----------------------------
Sig

I just have no idea where to find something like that and what to put there. I want every post to be like that.
Thanks for the help.

Re: Signature when making post

Try to add something like

div.sig-content { margin-top: 3em; }

to your CSS.

Carpe diem

Re: Signature when making post

Tired to put that in various places and didn't work. But from doing that I found this line and messed about with it and did exactly what I needed.

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 100px}

Default was 15px.

Thanks for your reply though. Got me pointed in the right direction. Appreciated.