It looks like i’m having an issue with new post content running all the way up to the divider line between the post and the sidebars. Is there a way to add some padding in there?
http://www.robbshirey.com/what-to-wear-family-pictures/
Also, is there a way to NOT use the multi author setting so that the white dots don’t show up and then DO show the author gravitar on the actual post page?
Thanks!
I added the following to my custom CSS section and it appears that it has fixed the issue. I’m just not sure why it started. Let me know if you have any other thoughts.
div.post-entry { padding-right: 10px; }