Font sizes on Mobile

  • Author
    Posts
  • #36487
    Akkeri

    Hello,

    I’d like to modify the font size of the site title to make it a little larger on mobiles and tablets (when width is lower than 630px).

    I’ve tried a custom css using the following code but it didn’t work.
    @media all and (max-width: 630px) {
    #site-title {font-size: }
    }

    I’m also trying to reduce the size of the post titles.

    Any suggestion?

    Thank you.

    #36532
    Zed
    Cryout Creations mastermind

    Add body in front of the identifier to make them more specific.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Font sizes on Mobile’ is closed to new replies.