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

Reply To: rtl display and search issues

#4712
Ernest MarcinkoErnest Marcinko
Keymaster

Integrating and customizing the plugin is not part of the support, but I guess I can help you with that.

The search is a dynamical element, placing into a javascript animated container might cause loss of some mandatory events.

I’ve added a few lines of CSS to make a difference.

You need an exact width and different z-index to avoid conflicts:

[code]
.ubermenu-content-block .asp_main_container {
width: 230px !important;
}

.ubermenu-content-block .asp_main_container .probox .proinput {
min-width: 100px;
}

div.ajaxsearchpro[id*="ajaxsearchprores"] {
z-index: 1100000 !important;
}
[/code]