Skip to main content

WHEN BLOGGER GOES BAD

I am trying to figure out why the "hero" image for the WHEN LIVERY DESIGN GOES BAD post is not showing on the home page when it is the featured post. It also looks like when it is moved to the recent posts list it is not properly spaced above the post below it.

UPDATE
It turns out the problem was an improperly placed <i> (italic) tag before a <blockquote> tag in the HTML markup.

[Update: April 23, 2020] It seems even properly placed italic tags can cause this problem, at least with this template or Blogger itself. Instead of tags, use inline markup instead:
<span style="font-style: italic;"></span>
(or other CSS style methods)

Comments