Archived topic
Caption overlay not flush for medium images
3 replies · Started by Chris on June 30, 2015
Hi Tom,
I've got an issue with the captions not aligning to the base of medium-size images. They display fine with full-size images.
I can fix it with this:
.wp-caption .wp-caption-text {
bottom: 20px;
}
But of course, it then breaks the captions for full-size images.
Here's where it's happening: cefnmawr-pri.wrexham.sch.uk/healthy-week/
Can you help with a workaround?
Thanks,
Chris
I believe this is being caused by this CSS you have in your custom CSS:
.size-medium {
padding-bottom: 20px;
}
Shame on me. How did I miss that?!
I'm definitely going to check more thoroughly before I write next time!
And thank you for the very prompt response.
Chris
No worries, glad I could help! :)
