Archived topic
align the buy button, price and rating in my store
8 replies · Started by Arjmand Ijaz on February 25, 2022
Hello, Generatepress Support team please help me to solve this issue.
I want to align my website front page price, rating, and Add to cart button
Hi there,
can you share a link to your site so we can see the layout ?
I just align the button but still price, rating, and product title is not align
Here is my website url
https://www.cocinaware.com/
Try adding this CSS:
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
display: flex !important;
flex-direction: column;
height: 100%;
}
.star-rating {
margin-top: auto !important;
}
.woocommerce-loop-product__title {
padding-bottom: 20px !important;
}
How to increase cart page product image size when I add any product into cart image shows to small please help me to solve the issue https://www.cocinaware.com/cart/
Try this CSS:
.woocommerce table.shop_table td.product-thumbnail {
padding: 20px 0;
}
.woocommerce table.shop_table td.product-thumbnail img {
min-width: 80px;
}
Can you raise separate topics for any unrelated questions please.
Thank you
You're welcome!