Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Keep Text Box on Tob › Reply To: Keep Text Box on Tob
March 20, 2024 at 10:50 am
#47446
Keymaster
Okay, it may need a bit higher z-index, this works on my end:
.asp_m {
position: relative !important;
z-index: 999 !important;
}