[Resolved] I Don't Want Thumbnails on Mobile

Home Forums Support [Resolved] I Don't Want Thumbnails on Mobile

Home Forums Support I Don't Want Thumbnails on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #476523
    Ernest

    Hello. I’m building a blog and everything came out perfect. I have thumbnails on the left hand side of the blog post when viewed on desktop. However, I don’t want any thumbnails to show up when viewing on mobile devices, just the title and post. How can I remove/hide thumbnails for mobile view only?

    #476664
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #476701
    Ernest

    Thanks. That work beautifully.

    #476708
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.