Thanks for the replies. I did not mention I am using a plugin for those search bars. I just changed my css to:
/* Search */
.searchform {
float: right;
padding-right: 15px;
}
.searchform .field {
width: 50%;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
border-radius: 15px;
padding: 7px 35px 8px 15px;
}
.searchform #searchsubmit {
vertical-align: top;
position: absolute;
right: 0;
bottom: 0;
I haven’t seen any changes yet, but, yesterday I did change some of the themes colors and it took a while for the changes to become visible. So ill update you in a little bit. Thanks again guys.