• SuzieB

    (@suzieb)


    Site title (and tagline when used) are running off the screen on my android device. Shows it in the customizer too.

    Pushing the title and tagline under the logo would fix it but I don’t see a way to do this.
    I’m using the free version.
    Edited to add: My logo is only 117px by 70px.

    • This topic was modified 5 years ago by SuzieB.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Leo

    (@leohsiang)

    Hi there,

    Any chance you can link us to the site in question?

    Let me know 🙂

    Thread Starter SuzieB

    (@suzieb)

    Hi Leo, Here’s one https://www.crushtheclutter.com/ but it’s happening on my other site too. Just installed it last week.

    Leo

    (@leohsiang)

    I think the best solution here to remove the title and logo on mobile mode with this CSS:

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

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

    Does that work for you?

    Let me know 🙂

    Thread Starter SuzieB

    (@suzieb)

    Not what I was hoping to hear but I’ll do the fixes. Will this be fixed in the future? Otherwise, that will stop me from using GeneratePress on other sites.

    Leo

    (@leohsiang)

    What fix would you prefer?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Site Title runs off mobile screen’ is closed to new replies.