Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Multiple Problem › Reply To: Multiple Problem
May 25, 2018 at 11:57 am
#18023
Keymaster
Hi,
Well, it looks like it happens, when it starts scrolling, the container width is higher initially, so the search ball follows that width, that causes the effect. I’m not sure if it is possible to eleminate it, but it could be possible to make it a bit less visible:
[html].asp_m_3 {
width: inherit !important;
max-width: 330px !important;
}[/html]