Input fields
-
The input[type=”text”] fields in the comment form stretches beyond the viewport @320px.
One solution might be adding a media query in the CSS file:
@media screen and (max-width: 22em) { input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { max-width: 17.5em; } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Input fields’ is closed to new replies.