• Resolved InfiniteMonk

    (@infinitemonk)


    Hi there, this layout is fantastic on a pc and for the most part, fantastic when viewed on my phone, but unfortunately in mobile view, the site title takes up too much room. Is it possible for the site title to shrink when it’s displayed on a mobile? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter InfiniteMonk

    (@infinitemonk)

    Or… If the title/description cannot be downsized for mobile viewing, can it be hidden?

    vladff

    (@vladff)

    Hey,

    Yeah, it can be done and it will also be added in the next update. For now install a custom CSS plugin and add this code (adjust if you need):

    @media (max-width: 460px) {
        .site-title {
             font-size: 32px;
        }
    }

    Thread Starter InfiniteMonk

    (@infinitemonk)

    That’s perfect, thank you so much. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce site title size in mobile screen?’ is closed to new replies.