Archived topic
Buttons out of alignment
1 reply · Started by Adam on June 24, 2022
Hello,
Can someone tell me why my 'Read More' buttons are out of alignment on my homepage (when viewed on desktop)?
Some of the buttons are under the preview text, and some are under the photo...but it looks a little messy and I was wondering how I can fix this?
I've included the link in the private information box.
Hi there,
thats the fun behaviour of a Floated image, content wraps around the image, so depending on the height of the image and the length of the excerpt will change what appears beside the image and what falls below.
Simple fix to keep the read more below the summary is to add this CSS:
.entry-summary {
display: flow-root;
}