[Resolved] Make Post Meta Responsive.

Home Forums Support [Resolved] Make Post Meta Responsive.

Home Forums Support Make Post Meta Responsive.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1366520
    Rishabh

    Hi,
    This is the page I am referring to: https://www.clichemillennials.com/blog/
    How can I make my post meta (date, author, comments) responsive, so that it always remain on single line on both mobile and PC. Currently it breaks down in 2 lines on mobile devices.

    #1366898
    Leo
    Staff
    Customer Support

    Hi there,

    You would need to make the font size pretty small so they would have enough room.

    Try this CSS:

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

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

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