Flex block Title and Date alignment

Posted in: Newspaper
Post count: 110

Using Flex Block 1, I’d like to be able to align the Title element to the top red line, while keeping the Date along the bottom red line: https://imgur.com/a/sgh7fP3. Is this possible?

Post count: 27744

Hello,

You can achieve that only if you use a custom code css; if you want only for a specific block, please add an extra class -> https://i.imgur.com/I5hAuoj.png set the meta info to align to the bottom, and after use, this custom code with your extra class added -> .yourclass .td_module_wrap .entry-title
{
position: absolute;
top: 0;
}

Set the code in theme panel-> custom code-> custom css.

Thank you!

Post count: 110

This worked great, thank you!

Post count: 27744

Hello,

I’m glad.
Please let us know if you have further questions.

Have a great day!

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