Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #751959

    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?

    #751977

    Hey YongyanLi,
    What is your sites URL?

    Best regards,
    Mike

    #752124

    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 .

    #753752

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.