Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter lance_kidd

    (@lance_kidd)

    Worked Perfectly. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can someone help with this one’ is closed to new replies.