Form Field Width Ignored
-
Hello, I am trying to make the width of the form fields more narrow/responsive. I have tried several different CSS options, but they’ve all been ignored. Here is the current code I have in the stylesheet:
.wpcf7 textarea, .wpcf7 select, .wpcf7 input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], {
width: 50% !important;
}The input fields are still too width for mobile. What else can I try?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Form Field Width Ignored’ is closed to new replies.