This topic has 2 replies, 2 voices, and was last updated 8 years by marcogovoni.

  • Author

    Tagged: 

  • #74542
     marcogovoni
    Participant

    Is it possible to use a smaller font size when opening on mobile (iphone) ? If you try my new homepage (http://marcogovoni.it) on mobile the title is too large 🙁
    thank you

    #74572
     Radu
    Moderator

    Hello,

    Just add this CSS to Theme Options -> General Settings ->Quick CSS

    COPY CODE
    
    @media (max-width:600px) {
        h1 {font-size:3em !important;
            line-height:1em;
        }
    }
    

    Let me know if its ok

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #74673
     marcogovoni
    Participant

    PERFECT !

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?