Never mind. I got it. I had to add this to style.css
#search {
float: right;
margin: 0;
padding: 0;
position: relative;
right: 12px;
top: -15px;
}
.search
{
background: #e9edde;
padding: 2px;
border: #6f776a;
text-align:right;
}
Why is it whenever I put this code in, it seems to bump it down a line? It never lines up with the other items on the line, and there’s no <br> or tags.
Did anyone find an answer to this? I’m dying to know!