Viewing 1 replies (of 1 total)
  • You could try to using position absolute on your form.

    Try something like this:

    #searchform {
    position:absolute;
    top:20px; right:0px;
    }

    You can play around with the values of top and right and see what happens.

Viewing 1 replies (of 1 total)
  • The topic ‘search form placement’ is closed to new replies.