Responsive/ Wide Search Bar

Is there a way to make a woocommerce search widget span the full length of a container in header?
Site is: https://strandline.store/

Hi Denaj,

Please kindly go to the Widget Area element option that you use to add the Woocommerce Search feature and select the Customize tab and use the Element CSS option to add the code below:

$el {
    width: 100%;
    margin: 10px;
}

Feel free to change the width and the small margin that I added in the code as you see fit.

Thank you.

worked beautifully. Thank you!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.