I tried to replicate the problem you’re seeing, and I’m not seeing a wrapping problem. Here’s the test post I created – is this what you’re trying to do?
http://sandbox.componentoriented.com/blog/uncategorized/another-test/
Is there something about your theme’s styles that might be causing this problem? If you have a link that’s exhibiting this behavior, I’d be happy to take a look at it.
Yep, that’s it! And actually, your test post does exhibit the issue. I’m on Mac OS X 10.6 with Safari, Google Chrome, Firefox, and Opera.
For me, when I went to your sandbox page in Chrome and Firefox, I don’t see the wrapping taking place. I would have expected “List Item 5” to appear underneath the second callout.
On Safari it just looks messed up – so most likely a bug in Safari.
Opera 10.53 is the only browser where “List Item 5” wrapped correctly.
I fired up Windows 7 in VMWare and loaded the same page there in IE, FF, Opera, and Chrome and got the same result – only Opera wrapped “Line Item 5”.
Aha. Well, in this case, I believe the problem was simply that I didn’t make enough list items. When I added list items 6-10, they wrap just fine. The box model on the callout style includes enough bottom margin to set it apart from the surrounding page — you can change that in the settings page.
Can you visit the test page again and see if this is behaving the way you want?
http://sandbox.componentoriented.com/blog/uncategorized/another-test/
Thanks.