[Resolved] Caption overlay not flush for medium images

Home Forums Support [Resolved] Caption overlay not flush for medium images

Home Forums Support Caption overlay not flush for medium images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117746
    Chris

    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

    #117748
    Tom
    Lead Developer
    Lead Developer

    I believe this is being caused by this CSS you have in your custom CSS:

    .size-medium {
        padding-bottom: 20px;
    }
    #117752
    Chris

    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

    #117758
    Tom
    Lead Developer
    Lead Developer

    No worries, glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.