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

Reply To: Compact Box Fixed Position Configuration

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Compact Box Fixed Position Configuration Reply To: Compact Box Fixed Position Configuration

#12157
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You are very welcome!

1. Indeed, the issue is the menu z-index is higher than the results. Use this custom CSS to resolve that:

.wpdreams_asp_sc {
z-index: 999999999 !important;
}

I think I’m going to add options for changing that for the upcoming release.

2. On the General Options -> Behavior and logics panel you can change that: http://i.imgur.com/9WreoWF.png

I hope this helps!