Block 1 categories

Posted in: Newspaper
Post count: 12

Hello,

How can I do for categories appears near the title (on the right) in the Block 1?
Thanks a lot

Post count: 22421

Hello,

I’m not sure how you want the category title positioned but you can use this css and ajust the left and right property to your prefference:
.td_block_1 .td-module-image .td-post-category{
bottom: -16px!important;
right: -5px!important;
}

Thank you!

Post count: 12

Thanks a lot!

I have an other question : is it possible to reduce the height of the image in style 6?

Post count: 22421

Hi,

It can be done with a bit of css. It will cause the image to be cut off so another piece of code is required to adjust the image to the new height:
.td-post-template-6 .td-post-header{
height: 530px!important;
}
.td-post-template-6 .td-stretch-width{
transform: translate3d(-50%, -100px, 0px) scale(1.12, 1.12)!important;
}

In the translate3d part of the code you can see the -100 value. This controlls the vertical position of the image. you can adjust this to your preference.

I hope this helps.
Thank you!

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