I also added...
------------
additional.ccs
/* move up signature */
.postbitlegacy .after_content {
clear:none; }
------------
postbit.ccs
/*post bit*/
.postbitlegacy .after_content {
clear:right !important;
}
AND CHANGED BELOW 4em to 1em to close up the bottom-padding
.postbitlegacy .postrow.has_after_content {
padding-bottom: 1em;
}
------------
That closed it up even more.
Thank You for all your research!
|