Hello @adi2021
Thank you very much for using our plugin.
Our plugin does not insert search boxes by itself, it calls the WordPress get_search_form function (https://developer.wordpress.org/reference/functions/get_search_form/) and lets WordPress and the theme active on your website to decide the structure and design of the search form.
Please, send me the URL to your webpage to check the search form design.
Best regards.
@codepeople Here is the link to the page Page Link
Hello @adi2021
Thank you very much. You can enter the style definition below through the menu option: “Appearance > Customize > Additional CSS”
.search-field{width:100%;border-radius:50px;border:0;padding:15px;}
Best regards.
Thanks a lot buddy, this helped me a lot