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.
Is this something I am doing or can this be fixed somehow?
-
This topic was modified 9 years, 9 months ago by wdncnu.
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;
}