how to make the whole post being visible on mobile version of the website

Posted in: Newspaper
Post count: 92

Hello,
Can you please let me know how to make the whole post being visible on mobile version of the website (instead of just titles) like on the PC version of the website – http://newsletter.freesmi.by/ I turned off the tagDiv Mobile Theme plugin, but it didn’t help 🙁 Right now I may see only titles of the posts without content
Thanks.

Post count: 22421

Hello,

Please add this css to the theme panel->custom css box:
@media(max-width:767px){
.td_module_10 .td-excerpt {
display: block;
}}

Thank you!

Post count: 92

Thanks a lot!

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