[Resolved] Title non responsive

Home Forums Support [Resolved] Title non responsive

Home Forums Support Title non responsive

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #473275
    Jorge

    Hey, I’m having trouble with the title I show on the cover. These are two words that can be seen correctly on a big screen, but at small screen size the words are cut off. can you tell me how to make them look good when I see them from my cell phone?
    Thank you very much and I apologize for my little experience.
    Jorge

    #473570
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS to reduce the size on mobile only:

    @media (max-width: 768px) {
        h1.txtppal {
            font-size: 10px;
        }
    }

    More info here: https://docs.generatepress.com/article/responsive-display/

    Let me know.

    #473880
    Jorge

    Thank you, Leo. It worked properly.

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