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

Reply To: some problems with the plugin…

#19305
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The scrollbar script is malfunctioning, because of a custom CSS, that is added to the header, it looks like:

[html]div.asp_w.ajaxsearchpro .mCSBap_container{
margin-top: -5px !important;
margin-bottom: -5px !important;
margin-right: 15px !important;
margin-left: 15px !important;
}[/html]

Instead of this, try using padding, that should work fine:

[html]div.asp_w.ajaxsearchpro .mCSBap_container{
padding-top: -5px !important;
padding-bottom: -5px !important;
padding-right: 15px !important;
padding-left: 15px !important;
}[/html]

That might do the trick with the scroll bars.

Mobile device visibility
I see what you mean now. It was a simple z-index issue only. I have increased the results box z-index on the back-end, now it should display over the settings correctly on mobile: https://i.imgur.com/IbNtraE.png