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

Reply To: Ajax Seach Pro Question

#5871
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

My setup looks like it was correct, it’s working all right.

Plus I added a few CSS rules to help you center the search field. For future reference I added the following rules:

[code]
div[id*=’ajaxsearchprores’] {
margin-top: -34px !important;
}

div.block-html-after-header {
padding: 10px;
text-align: center;
}

.ajaxsearchpro.asp_main_container {
display: inline-block;
}
[/code]