Our organization is enjoying using the earthen theme. I wanted to get the search box and the search button to be on the same line. So, I changed "width: 95%" to be 60%. This gets the button and the textbox on the same line but the search button is too high. How can I get the button to line up with the text box?

Thanks very much.

Comments

slnm’s picture

Oops. I meant to note that I changed the width here:

.form-text, .form-textarea

{
width: 60%;
text-align: left;
}

qsyf’s picture

.