Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

27
  • 87
    Just to get everything covered: select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; } Commented Jul 5, 2013 at 15:10
  • 8
    @Nic You need to use select:focus. Was having the same issue too. Commented Jun 9, 2014 at 14:25
  • 237
    I don't understand, how is this a fix? What if I want a smaller/larger font size? Commented Aug 3, 2015 at 23:46
  • 55
    proper way is to change meta tag to: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> Commented Dec 4, 2015 at 9:57
  • 55
    @MilosMatic In most cases probably not a good solution, as it completely prevents the user from scaling the page. Potentially even more annoying for your visitors. Commented Jul 8, 2016 at 14:32