Hi team,
On mobile view, the search widget in the side bar on my WooCommerce pages appears to be aligned to the left. How can I center it?
Thanks
Hi team,
On mobile view, the search widget in the side bar on my WooCommerce pages appears to be aligned to the left. How can I center it?
Thanks
Hi,
I am trying to access your shop page but can’t find the search form like you shared in the image in above. Is this URL (http://omnirah.com/store) correct?
No, i’m currently making changes via a staging site. The url is https://omnirah.com/staging/8219/product-category/services/
Got it. Try this CSS code please:
form.search-form label, form.search-form input[type="search"] {
width: 100%;
}
You can put the code into Customizer > Additional CSS