[Resolved] Reduce the size of meta on Mobile View of Single Post Pages

Home Forums Support [Resolved] Reduce the size of meta on Mobile View of Single Post Pages

Home Forums Support Reduce the size of meta on Mobile View of Single Post Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1629666
    Michelle

    How do you reduce the font size of the meta on mobile view of single post pages?

    #1629673
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .entry-meta {
            font-size: 12px;
        }
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1629820
    Michelle

    That did it, thanks. Looks much better.

    #1629938
    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.