This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search Issue on iPhone Devices

#55904
Ernest MarcinkoErnest Marcinko
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.