"Add to cart" button bellow "Amount"
-
Hello,
I want the “add to the cart” button to be bellow amount selector
Attachments:
You must be
logged in to view attached files.
Hello,
I am checking your site and it is under the count: https://prnt.sc/vevmnr
Please provide the page URL where you want to change, you would better increase the number of items in the row.
Best Regards
When I increase the number of products per row to 5, tha button is bellow, but I want to display just 4 products per row and still have the button bellow.
Thanks for your support
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item div.quantity {
display: block;
}
Best Regards