Tagged: form
I am trying to add a small form so it lays out horizontally. It’s only two fields with a submit button. I am using Contact Form 7.
It seems like not matter what I do I cannot override the display block in the following base.css
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
background: #fff none repeat scroll 0 0;
border: 1px solid #e1e1e1;
border-radius: 0;
color: #777;
display: block;
font: 13px “HelveticaNeue”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
margin: 0 0 20px;
max-width: 100%;
outline: medium none;
padding: 8px 6px;
width: 210px;
}
Any suggestions would be welcome.
I had an error in my Quick CSS. This is resolved