The product search widget has more spacing, especially at the top. How can I adjust this and why does it have more top margin or padding?
I have placed a link for your reference in the private area
Hey hingex,
Please try the following in Quick CSS under Enfold->General Styling:
#woocommerce_product_search-3 {
padding:0 !important;
}
Best regards,
Rikard
That did not take but this did
/*Custom widget font size*/
.widgettitle { text-transform: none;
font-size: 16px!important;
padding:0 !important;
}