Caption appearing on side of image

Posted in: Newspaper
Post count: 7

Hi,

Caption for single images on posts are appearing to the right side of the image. I’d like for them to appear beneath the image.

Example (not applicable in gallery images) https://epiclaketahoe.com/boutique-hotels-lake-tahoe/

Thank you!

Post count: 35449

Hi,
You can use the css:
.td-cs-content .wp-block-image {
display: block;
}

You can use the block or inline-block css.
Thank you!

Post count: 7

Hi Calin,

Thanks for the quick response! Where can I add the css to have it apply across all posts?

Post count: 35449

Hi,
The code cna be set in the theme panel > custom code> custom css https://i.imgur.com/pzvtepn.png (the simplest and easiest way), or you can also set it in live css, or in tagDiv Composer on that page/template inside the RAW CSS element.

Post count: 7

Wowoowow! Thank you! That’s been driving me crazy for so long.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.