Cannot change Text Field Width for the life of me
-
I have tried every single suggestion on this forum, and on google, for changing the field width for text, text area, email, etc. My form is really small and looks really bad, I need to change the width to at least 3x what it is now. I want it to be 600px wide. I have tried changing the setting on the form editor and in the style.css. Everything I change does nothing to the form no matter what I do. My site is not live so I caanot provide the url. Is there anyone that can help me resolve this?
This is what the code in my css looks like:
.contact_form p.desc{margin-top:0; margin-bottom:20px;} .contact_form span.label{text-transform: uppercase;padding:0; text-shadow:none;font-weight:normal; color: #999999; background:none; font-size: 10px; width: 100%; } .contact_info p:first-child{margin-top:0;} .contact_info p{margin-bottom:0px; margin-top:5px;} .contact_info p.address{margin-bottom:30px;} .contact_info .social_icons{padding-left:0; margin-top:30px;} .contact_form input, .contact_form select{ width: 100% !important; height: 38px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; margin-right:3%; border-color: #ebebeb; margin-bottom:23px } .contact_form textarea{border-color: #ebebeb;} .contact_form input:nth-child(3){margin-right:0;} .sc-col iframe{width:100%; height:100%} .sc-col .row-fluid .sc-col{margin-top:10px} .contact_form textarea{width:600px;-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .customSelect{display:none !important}
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Cannot change Text Field Width for the life of me’ is closed to new replies.