Tagged: google fonts, mobile screen, responsive
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/
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
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?
Hi!
I updated the code in my previous post. You can adjust it as desired
Cheers!
Yigit
Thanks :)