Site logo

Archived topic

Woocommerce search widget / button and field not in one line

3 replies · Started by Kim on August 13, 2019

Viewing posts 1–4 of 4

Hi there, I am not sure if this is only an issue with my setup but the button and the search field of the woocommerce search widget are not in one line. How can I change this?

Search widget in sidebar

Many thanks in advance!

BR Maike

Hi there,

try this CSS:

.woocommerce-product-search {
    display: flex;
}

That's it! Many thanks :-)

You're welcome

This archived topic is closed to new replies.