Show date on Big Grid 5 (mobile mode)

Posted in: Newspaper
Post count: 17

Big Grid 5, the date appears on desktop but not on mobile. How to show the date on mobile too? Tks.

Post count: 22421

Hello,
The meta information was hidden for mobile devices but you can force it to display with a bit of custom css:
@media (max-width:767px){
.td_block_big_grid_5 .td-module-meta-info{
display:block!important
}
}

Thank you!

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