Quote:
Originally Posted by wickedstangs
tried to install and it come out like this. Any assistance would greatly be appreciated....
Below is my original postbit...
|
The postbit_legacy template you attached looks like the original template before any changes. Judging from the picture though, I think you have the modification installed correctly. I'm guessing you just don't like all the black after the message and you either didn't add the css to the additional css definitions or you made that color black.
Add this to your Additional CSS Definitions if you skipped this step before.
Code:
.signature {
border: solid 1px #bdbfdd;
margin: 5px;
padding: 10px;
color: #000000;
background: transparent;
}
If you already added the CSS just change the background properties in the CSS for
.signature to transparent. That will make the background transparent and remove all that black. The reason you have so much room in between your post and your signature is because you have so much in your postbit_legacy template (on the left side). I'm assuming that's how it was before you tried adding this modification too, but the signature just had a transparent background before.