• If I set a site title that looks great on desktop, why does it not display well on mobile. Shouldn’t it automatically resize itself so it fits on screen?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author coralthemes

    (@coralthemes)

    Hello,

    If you don’t like it e.g. on devices below 1024px, insert this CSS code and decrease the font-size in the customizer/Additional CSS section:

    @media (max-width: 1024px) {
    h1.site-title, h3.site-title {font-size: 38px; }
    }
    Thread Starter agblee1970

    (@agblee1970)

    Works perfectly, thanks so much ??

    • This reply was modified 3 years, 10 months ago by agblee1970.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site title on mobile too big?’ is closed to new replies.