Aligning Image Box text

Posted in: Newspaper
Post count: 12

I’m trying to align the image box text to the bottom of the image but can’t find any settings to do that. Any tips?

I’ve also tried to use my own css with class .td-custom-title to adjust top but it doesn’t work.

https://mappyhour.org/blog/image-gallery-dentist/

Post count: 35449

Hi,
This option is only for description; if you want to do it for the title, then you can use this custom css:
.td_block_image_box .td-custom-title {
top: 90%;
}

The css can be set in the theme panel, custom code, custom css or you can set the css directly in the page with the tagDiv Composer in raw css.
Thank you!

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