Change product grid style
-
Hi,
Can you change the product style on the shop page? Check the attached screenshot.
Also, I want to have the quantity field beside the Add to cart button without changing the current layout.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-add-btn{
display:flex;
flex-direction:column;
}
body .woodmart-add-btn div{
order:2;
margin:5px auto!important;
}
Best Regards