Replies: 0
Buttons are not aligned on all screens (phone, tablet, laptop) below products on shop page. Is there a way to fix them? Live link here. Thank you.
And product photos in the shopping cart are shrunk like in the photo. I solved with this code.
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
margin-right: 30px;
{