Skip to main content

Images Overlapping column in Posts template

Comments

1 comment

  • Ariel H.

    Hello Eric,

    It seems that the issue you are experiencing is related to your theme, specifically with the caption width being forced to 100%.

    To resolve this issue, please add the following custom CSS in Dashboard → Appearance → Customize → Additional CSS.

    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 90%;
    }


    You may change the value of the max-width as needed, as long as it's not 100%.

    I hope this solution resolves the issue you were facing. 

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.