Thanks for the heads up @journeyguy
It looks like an issue with the floats not being cleared properly for the images. Which we will resolve in the next release of the theme.
However, in the meantie you can add the following code AFTER the image.
<div style="clear:both;"></div>
By the way, when looking at the code, the images do not reside inside the blockquote, but outside.
I would also return the position attribute for the blockquotes back to relative,
Would that mean I’d have to correct every instance in every post of an image next to quote boxes?!
@journeyguy
I thought it was just that page. No, in that case that wouldn’t be a viable solution.
Give us a few days and we will release an update with a fix for this issue.
Thank you so much! I appreciate your responsiveness!
The new theme version didn’t fix this issue. You can fix it this way:
Change the CSS in the theme… search for “Style Guide” under Edit CSS and then right under that is blockquote and change the relative in “position: relative;” to “inherit” so it reads “position: inherit;”