I solved it by adding a section to my stylesheet for the post-image.
.wp-post-image {
float: left;
margin: 2px 10px 10px 0px;
}
I tried the div classes but I don’t think I was handling those right. Thanks for your help though.
These links were a great help – thank you!
Oh, genius!
Phooey on me for not seeing that advanced install section earlier.
Thanks so much for the help!
THANK YOU so much for this. I’ve been struggling with broken pagination, and it’s such a relief to find such a simple solution. This has helped tremendously. Thanks a ton for posting the solution once you found it!