Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Images not showing › Reply To: Images not showing
June 23, 2020 at 2:26 pm
#28053
Keymaster
Sure!
I actually found the conflicting code, it was a minimum height attribute causing the push-down. Please remove the previous code, and use this one instead:
.probox .proinput input {
min-height: auto !important;
}
It will resolve both the alignment issues, and re-center the input.