Title not showing on mobile

Posted in: Newspaper
Post count: 8

When I build my page in Tagdiv composer, the title looks the way I want it to look on my mobile preview. But when I go to an actual mobile device and look at the site with the phone in portrait mode ( up and down), the title disappears. It the title looks fine in web browsers, and it looks fine in landscape mode, but it simply does not appear in portrait mode. I’ve tried using chrome, mozilla, and safari with no difference. Also android and apple products both have the problem. Any ideas? The imgur photo below has the Tagdiv mobile preview on top, and what I actually see on my phone beneath.

https://imgur.com/a/FKr7Wip

Post count: 35449

Hi,

Please a the below custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-grid-style-1 .td-module-meta-info {
margin-bottom: -150px!important;
}
}

https://www.screencast.com/t/NSUzPygy1
Hope this is what you need.

Thank you.

Post count: 8

thanks!

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