Site Title Text too large on Mobile Browser

Forums » WordPress » Parabola » Bugs

  • Author
    Posts
  • #15595
    Toni

    Hi,

    thx 4 this great Theme 🙂

    I just have this small issue with the size of the Site Title Text on small (mobile) screens.
    How can i make it small on Mobile Browser? but keeping the size on largers screens?

    thx a lot!

    #15717
    Zed
    Cryout Creations mastermind

    @media (max-width: 650px) {
    #site-title span a {font-size: 25px !important;line-height: 30px !important;}
    #site-description {font-size: 12px !important;line-height: 15px !important;}
    }
    @media (max-width: 480px) {
    #site-title span a { font-size: 18px !important;line-height: 20px !important; }
    #site-description { font-size: 11px !important;line-height: 10px !important; }
    }

    Change these to the desired values and add to the Custom CSS field.


    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.
    #25085
    Claudia

    I can’t find these lines in the editor please. The header of my website does not display the title and description of the website correctly in the mobile version. Please help… :O(

    #25676
    Ming L.

    Thank you! Just the solution I was looking for.

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

The topic ‘Site Title Text too large on Mobile Browser’ is closed to new replies.