Thanks chellycat & alchymyth! Great help!
Here was my solution:
- I removed
float: right
from .search
class from my stylesheet
- added a new class called
.searcharea
to the stylesheet
- copy everything that was in the
.search
class to the .searcharea
and adding float: right
- in the search.php file, I changed the
.search
class to .searcharea
… and voila!
I didn’t realize the search.php and searchform.php was sharing the same .search
class in the <div> tag.
Thanks again! You guys are geniuses! ^_____^