Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › COMPACT SEARCH BAR WIDTH ISSUE › Reply To: COMPACT SEARCH BAR WIDTH ISSUE
June 6, 2019 at 8:16 am
#23052
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;
}
}