Reply To: Bug in homepage display?

#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;
}