• When you have an image aligned right in a quote box, the image is hidden by the shade of the quote box. I’ve been able to do a work around by changing CSS to position: inherit, but that makes the “quote” graphic float above the proper place. Any thoughts?

    You can see an example here: https://www.journeyguy.com/top-posts-of-2016/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author themely

    (@themely)

    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,

    Thread Starter journeyguy

    (@journeyguy)

    Would that mean I’d have to correct every instance in every post of an image next to quote boxes?!

    Theme Author themely

    (@themely)

    @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.

    Thread Starter journeyguy

    (@journeyguy)

    Thank you so much! I appreciate your responsiveness!

    Theme Author themely

    (@themely)

    You’re welcome!

    Thread Starter journeyguy

    (@journeyguy)

    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;”

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Quote boxes and images’ is closed to new replies.