Quote:
Originally Posted by Hoytroid
Thank you
I looked in my postbit_legacy template and it does say 100%.... I'm not sure what the problem would be then. Any ideas?
|
Open the postbit legacy template and search for this code.
Code:
<div style="padding:0px 25px 0px 25px">
Replace it with this code.
Code:
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
That should take care of it i hope =)