Need to place date above the post title in Tabbed Content Element

Posted in: Newspaper
Post count: 35

Hey there,

I am using your Tabbed Content element in TagDiv Builder on the following page:

https://vo.questitdev.eu/kentriki/

Can you please tell me how can make the date on the posts to the left (on all three tabs) to be on top of the post title?

These 3 tabs are pages that use flex 1 element.

Post count: 35449

Hi,
the most simple and fastest way is with this custom css:
.td_block_tabbed_content .td_module_flex_1 .td-module-meta-info{
display: flex;
flex-direction: column-reverse;
}

Another solution is to use the module builder to create your own modules – https://forum.tagdiv.com/modules-builder-newspaper-theme/

Post count: 35

Thank you very much, i had no idea about the module builder 🙂

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