This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

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 MarcinkoErnest 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:

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

and it should look something like:

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