• Resolved annahyphenkay

    (@annahyphenkay)


    Hi, I would like to make the title smaller when viewed on mobile but cant see how to do that? Your help would be greatly appreciated ??
    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hi,

    Try adding this to “Customizer – Additional CSS” …

    @media screen and (max-width: 481px) {
    .singular .entry-title {
    font-size: 2rem;
    }
    }

    Oliver

    Thread Starter annahyphenkay

    (@annahyphenkay)

    thank you so much Oliver! thats perfect

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change/reduce font size of title on mobile’ is closed to new replies.