ALIGN "ADD TO CART" BUTTON
-
Hello, how are you, could you help me with a css or steps to add the button “add to cart”, because logically this ruins the order of my site. (IMAGE)
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area.
Best Regards
Hello,
You have images of different height, you need to crop them. https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/
Then you need limit the title as described in the instruction, if you do not cut the product title, add this code to the Theme settings > Custom CSS > Global:
.product-grid-item .product-title{
min-height:90px;
}
You need to add the price to each product othervice it would not possible to align the button on the same level.
Best Regards