The Search bar in the header is very small. I have tried this solution https://wp-dreams.com/knowledge-base/tiny-input-box-on-certain-page-positions/ however it still does not work. No matter which size I input under Theme Options> Overall box layout>Search box width it does not make a difference, the size stays the same.
I attached a picture showing what it looks like.
This looks a great search so I hope we can get it to work.
The search bar width was set to “auto” which means, that it follows it’s parent element. In this case the parent element was very small, so the plugin was displayed that way as well.
I’ve changed the width to a pixel value of “240px” (with the Theme Options -> Overall box layout -> Search box width option) , which appears to be working and is now displayed correctly.