Reply To: Search box moves to the right when loader and clear icons appear

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search box moves to the right when loader and clear icons appear Reply To: Search box moves to the right when loader and clear icons appear

#10431
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It’s because the container element has additional space to move in, and the search box layout is flexible (because it’s set to a percentage value of 55%) when the loader is displayed.

You can easily fix it by setting a min-width property or a fixed width for the search box, like so:

.asp_main_container {
    min-width: 250px;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)