Reply To: website shifts position when using exsisting search field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support website shifts position when using exsisting search field Reply To: website shifts position when using exsisting search field

#7112
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Yes, that CSS looks correct to me.

To fix that problem, you will have to open the header file where you put the search shortcode in.
The faulty code should look something like:

<div id="search-box">
    <div id="search-box">
       .... some code is probably in here....
    </div>
</div>

and it should look something like:

<div id="search-box">
     .... some code is probably in here....
</div>
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)