how to change positon title of image box

Posted in: Newspaper
Post count: 3

I would like to lower the position of title of image box – please give me instruction how to do it. Thank you in advance for help

title

Post count: 35449

Hi,

Unfortunately there is no option in our theme on this element, but you can use a custom css like this one -> https://i.imgur.com/lgaOGqJ.png
.td_block_image_box .td-custom-title {
top: 85%;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Post count: 3

perfect thank you very much

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