Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #181572

    Hi Guys

    Im using the famous google fonts plug in for wordpress and i see as i scale the width of my browser the text wraps itself but as it reaches the width as small as mobile the text starts getting cropped

    Example page :- http://frontdesign.in/new/services/

    #181577

    Hi Shandhamankar!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 480px) { .av-special-heading { width: 115%; overflow: visible; left: -50px; } .av-special-heading-h2 h2 { font-size: 30px; }}

    Cheers!
    Yigit

    • This reply was modified 10 years, 5 months ago by Yigit.
    #181592

    Looks like issue is solved to some extend but now 2-3 alphabet are getting copped, How abt we reduce the font size on such screens?

    #181598

    Hi!

    I updated the code in my previous post. You can adjust it as desired

    Cheers!
    Yigit

    #181601

    Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Google fonts getting cropped on mobile screens’ is closed to new replies.