Site Title Too Large on Mobile

Home Forums Support Site Title Too Large on Mobile

Home Forums Support Site Title Too Large on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172864
    Catherine Pelonero

    Hi Tom,

    My site title looks fine on computers but it comes out way too big on my iPhone, with the text wrapping awkwardly to the next line. If you look at my site on a laptop the title appears normally, “Catherine Pelonero,” but if you look at it on an iPhone it appears like this:

    Catheri
    ne
    Peloner
    o

    Is there a way to get it to appear properly on mobile devices without decreasing the font size of the site title? In other words, get the site title size to automatically adapt to the smaller screen?

    #172916
    Tom
    Lead Developer
    Lead Developer

    Unfortunately you need to adjust the font size of the site title, but you can do so only on mobile:

    @media (max-width: 768px) {
        .main-title {
            font-size: 25px;
        }
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

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