Hello @coenquant-ictnl
Could you please provide a screenshot illustrating the modifications you wish to apply and indicate the CSS block you have inserted?
Best regards.
Hi this was the added custom CSS
.search-field{width:100%;border-radius:50px;border:0;padding:15px;} (just to try if it changes something)
As mentioned I’m using the short code on a single page
[search-in-place-form in_current_page=”1″ display_button=”1″]
this is a DIVI web site where I added a code module with above short code
Instead of pscreen this is the site page
Our Solutions | Quant-ICT-DEV
What I’m trying to achieve. Have the search field full with including the search button. Like to be able to adjust font size in search. an maybe some other setting of the search box
Hello @coenquant-ictnl
The styles to use depends on your page’s tags structure and not our plugin. Our plugin calls the “get_search_form” WordPress function ) and lets that WordPress and the active theme on your website decide its appearance. Please, enter the style definition below:
.search-in-place-box-container form>div [name="s"]{width:calc( 100% - 70px ) !important;}Best regards.
