Mobile version

Posted in: Newspaper
Post count: 3

My blog works perfectly in the desktop version but in the tablet and mobile version the home page only appears the featured image and the title of the article does not appear. Can someone help me solve this please?
mobile version

Post count: 23312

Hello,

Please provide your website URL so I will be able to provide a more accurate response.

Thanks.

Post count: 3
Post count: 35449

Hi fno2019,

Hi, you have set hide for td-module-meta-info
https://www.screencast.com/t/98Nnld18YM8

Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 768px){
.td-recipes .td_module_wrap .td-module-meta-info {
display: block;
}
}

Hope this will help you.

Thanks.

Post count: 3

Thank you! My problem was solved with his tip.

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