Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Strange effect on mobile phones: Filter zone, end user. › Reply To: Strange effect on mobile phones: Filter zone, end user.
March 10, 2020 at 10:50 am
#26185
Keymaster
Hi,
I think you have discovered a bug within the recent release. I will make sure to fix this for the upcoming update, until then, please use the following custom CSS to temporarily resolve the problem:
div#ajaxsearchprosettings10_1 {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
animation-name: unset;
}