
Hi -
I know I've asked alot of questions here, but this is truly just a Shifter specific issue.
The search code you gave me (for some reason regular Wordpress Search widget doesn't work)
produces unformatted results that lose all boundaries and list of posts that come up all bump into each other randomly.
This only happens with the basic search - when the pop-up list of items pops up under the search (facilitated by a plugin) the search results come up fine.
This is the search code you gave me:
<form action="
http://innerstellarmedium.com/" id="searchform" method="get">
<input type="text" value="Search" name="s" id="s" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}"/>
</form>
Any workarounds for this?
Thank you in advance for your time -
Wendi