How to change the site title size for Mobile screen ?

  • Author
    Posts
  • #41003

    Hi

    Could someone please tell me how to change the font for the #site-title for a screen size for mobile. The default size is 22px I want it to be larger.

    I tried this

    @media (max-width: 480px) {
    #site-title span a {
    font-size: 32px;
    line-height: 36px;
    }
    }

    and this

    @media screen and (max-width: 480px) {
    #site-title span a {
    font-size: 32px;
    line-height: 36px;
    }
    }
    But it is not saving the changes ,
    Please help.
    Thank You

    Website: www.viaultra.com

    #41078
    Zed
    Cryout Creations mastermind

    Try body #site-title span a { } instead.


    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.
    #41085

    Thanks !

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to change the site title size for Mobile screen ?’ is closed to new replies.