Reply To: rtl display and search issues

#4712
Ernest Marcinko
Ernest 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:


.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;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)