DEFAULT SITE POST TEMPLATE IS NOT WORKING ON THE MOBILE VERSION

Posted in: Newspaper
Post count: 36

Hi Everyone,

i was trying to use a post style for my posts, specifically post style 5 from the list of post styles available (see the attached screenshot). This is the post style where the featured image for the post is not available once the user gets into the post, but for some reason the style is not working on the mobile version of my website. FYI the mobile plugin is active.
my website: https://ayerbayer.com/
the screenshot: https://prnt.sc/mx7599

Post count: 35449

Hi,

That is happen because you have install mobile theme, and the mobile theme have others settings for layout, and will not apply the responsive one from the theme; if you do not want to have the feature image on mobile theme, please add this custom css in Newspaper>Mobile theme>Custom code > css
.td-post-featured-image{
display: none
}

Thank you!

Post count: 36

Thank you for the support.

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