CSS Issue: Tel, Email, Drop Down All Different
-
I’m having issues with the CSS. I’ve seen lots of threads on this before, but none of the solutions have helped me. I’m trying to get the same height and width for every form, but telephone, email, and the drop-down menus are all slightly different.
I am using Chrome. Here’s a screenshot: https://s12.postimg.org/c0azg9del/css.jpg
And here’s the specific edits to the CSS I’ve implemented for the styling.
input[type="text"], input[type="email"], input[type="tel"], input[type="menu"], textarea { background-color: #DDD; color: #000; width: 200px; height: 25px; border: 1px solid #436907; text-indent: 5px; } .wpcf7 select { background-color: #DDD; border: 1px solid #436907; border-radius: 0px 0px 0px 0px; margin: 0; padding: 0px 0px 0px; text-indent: 5px; width: 200px; height: 25px; z-index: 100; } .wpcf7 textarea { height: 175px; width: 200px; }
Would appreciate any help! Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS Issue: Tel, Email, Drop Down All Different’ is closed to new replies.