Reply To: Ajax Search Pro field keeps physically shrinking in length

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax Search Pro field keeps physically shrinking in length Reply To: Ajax Search Pro field keeps physically shrinking in length

#847
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I couldn’t find the cause of the issue, but I found a way to fix it. The container element of the search widget shrinks by 8 pixels when the search query is made. The initial size of this container is 486 pixels. Anyways, all you need to do is add the following lines of css into any css file that is loaded on your website (I would recommend a css file from the template):

#ajaxsearchprowidget-4 {
  width: 486px !important;
}

I didn’t want to change anything on the backend, let me know if you need any more assistance!

Best,
Ernest Marcinko

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