the current search button was stick to the left-bottom of the search form
https://drive.google.com/file/d/0B6L9QZ3Td5YjUmZ5eFJpaV9zQmM/view?usp=sharing
just stick to the rightside of the search form.
Can help?
Hi, see below.
I add this to the homepage, becuase the default search is blog search not product search.
besides, it didn’t display in mobile menu.
It would be great if the default search can be product search and display in mobile menu!
For now. I have to add this product search to the home page and make it look better, and for the mobile solution, to make it as much as simple, I just hope to replace the cart icon with the product search .
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (min-width: 1024px) {
.woocommerce-product-search input[type="submit"] {
width: 10%;
float: left;
min-height: 35px;
}
#woocommerce-product-search-field {
width: 90%!important;
float: left;
}}
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
Yigit