Hi, I'm debating on using this theme and can't understand why the search link at the top is not showing up. I'm using IE8 and half of the "go" box at the top is cut off.
Thanks
Hi, I'm debating on using this theme and can't understand why the search link at the top is not showing up. I'm using IE8 and half of the "go" box at the top is cut off.
Thanks
Back up your theme and then try this.(not sure if it will work)
create a div above your search for and give it a height of 1px
It should look like this:
in you header.php file
<div id="searchfix">
</div>
Search form stuff
then in your CSS file
#searchfix{
hieght:1px;
}
hope this helps
Worked Perfectly. Thanks!
This topic has been closed to new replies.