Viewing 4 replies - 1 through 4 (of 4 total)
  • This thread is marked as resolved so I’m going to assume you got this sorted?

    Thread Starter enquirerit

    (@enquirerit)

    Yes, I found a solution: I’ve added a snippet code telling browsers of mobile/phablet devices to ignore the post thumbnail:

    @media screen and (max-width: 768px) { .post-thumbnail {display:none;} }

    After that, I’ve installed a plugin (Featured Image) to display featured images automatically in a post where I put the related shortcode, so that the first image of the post is the featured image and it’s not repeated above the title for mobile devices. It permits to show automatically thumbnails in category post list using featured images and not unformatted first images.

    Thanks for sharing the solution that achieved the effect you were after.

    Thread Starter enquirerit

    (@enquirerit)

    In the template, featured images are shown above the post title in smartphone/phablet device, it seems.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured images appear above the post/page title’ is closed to new replies.