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

Reply To: COMPACT SEARCH BAR WIDTH ISSUE

#23052
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

It looks like maybe a 1px misalignment for some reason. Try this custom CSS rule, it should align it 1px lower:

@media only screen and (max-width: 480px) {
   div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
       margin-top: -33px !important;
   }
}