Bug in homepage display?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #20700
    wdncnu
    Participant

    I have the most recent post set to be a feature at the top of my blog homepage. When I add an image post type, including a defined featured image, the truncation for the text is such that the image hangs out of the box. See the image below.

    Bug in home page display

    Is this something I am doing or can this be fixed somehow?

    • This topic was modified 9 years, 9 months ago by wdncnu.
    #20885
    Daniel Tara
    Keymaster

    Thank you for letting me know of this bug. It will be fixed in the next update, until then you can fix it by adding this code to your custom css:

    .entry:after {
    	content: "";
    	display: table;
    	clear: both;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.