[Resolved] Image Captions in Marketer Skin

Home Forums Support [Resolved] Image Captions in Marketer Skin

Home Forums Support Image Captions in Marketer Skin

  • This topic has 2 replies, 2 voices, and was last updated 4 years ago by Kevin Muldoon.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1245723
    Kevin Muldoon

    Hi there.

    I recently installed GeneratePress Premium.

    I absolutely love the theme, however I have noticed that there isn’t good support for image captions.

    At the moment, captions display underneath the image and to the left. This means that captions are seperated and look like the next paragraph, not a caption for the image above.

    How could I resolve this?

    Kevin

    #1245948
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .wp-block-image figcaption {
        margin-top: 0;
        text-align: center;
    }

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

    Make sure to clear your caching plugin after saving the code.

    Let me know if this helps 🙂

    #1245967
    Kevin Muldoon

    Thanks Leo. That worked perfectly.

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