Hi,
Maybe I am being a bit of a n00b here but for the life of me I cannot find the CSS setting within the template to alter the signature container size or the padding or if I am even looking at the right section. I have attached a screenshot to show you what I mean but there seems to be a lot of space between the bottom text of the signature and the edge of its container.
I was able to find the signature padding-top code in the "postbit.css" and alter that from 1em to 5px which neatened things up a bit but I am hoping someone could help point me in the right direction to address the additional space.
Any assistance or direction would be greatly appriciated and I am using vB 4.2.3
Maybe I am being a bit of a n00b here but for the life of me I cannot find the CSS setting within the template to alter the signature container size or the padding or if I am even looking at the right section. I have attached a screenshot to show you what I mean but there seems to be a lot of space between the bottom text of the signature and the edge of its container.
I was able to find the signature padding-top code in the "postbit.css" and alter that from 1em to 5px which neatened things up a bit but I am hoping someone could help point me in the right direction to address the additional space.
PHP Code:
/*signature */
.signature {
padding-top: 5px;
border-top: {vb:stylevar signature_border};
margin-top: 2em;
}
Comment