[Resolved] Captions under photos showing up full size in mobile

Home Forums Support [Resolved] Captions under photos showing up full size in mobile

Home Forums Support Captions under photos showing up full size in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1137251
    Alana

    Hi,

    All of my photo captions in my articles are showing up as full size text when viewed on mobile (indistinguishable from the paragraph text). Please help me fix this so it is clear what is a photo caption and what is the main text of the article. Thank you!

    #1137268
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .wp-block-image figcaption {
            font-size: 10px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1137291
    Alana

    Very helpful, thank you Leo! You rock!!

    #1137386
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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