Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Issue on iPhone Devices › Reply To: Search Issue on iPhone Devices
October 29, 2025 at 11:49 am
#55904
Keymaster
Indeed. Can you please try this custom CSS to force an absolute position on it:
@media (max-width: 768px) {
.asp_r_2 {
position: absolute !important;
}
}
This should prevent it from fixing it to the screen and instead use a relative position to the container and therefore correcting the issue.