• Resolved Indent

    (@indent)


    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)
  • Hello,
    Do you need help here? If so, please explain in more detail and post your site link here.

    Thanks.

    Thread Starter Indent

    (@indent)

    Hi, thanks for answering. I didn’t see it before now.

    What I mean is that viewing a post, the comment form text fields seem to be at a fixed width, thus stretching beyond the viewport to the right. This is only for @320px wide viewport. i.e. you don’t see the entire textfield.

    I’ve been testing in Chrome dev tools locally, so I’m not sure if this is actually happening live on the web.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Input fields’ is closed to new replies.