Hi All,
I'm wanting to add a line break and a clear:both style at the end of my blog posts in order to force ShareThis below all content.
Currently I'm hand-coding:
<br style="clear: both;" />
after every post.
How do I automate this? I tried adding it to index.php and page.php in the places I thought were the post ends but that didn't work.
Thanks much.
Panzo