Hello,
How can i fix the mobileversion of wishlist responsive?
Also the cart page, “Do you have a coupon code” <— this text on mobile is also very buggy.
I added this CSS code cuz customer wanted buttons below products:
.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
background-color: #16294b;
padding: 5px 20px;
margin: 10px;
color: white;
}
.button.wp-element-button.product_type_variable.add_to_cart_button {
background-color: #16294b;
padding: 5px 10px;
margin: 10px;
color: white;
}
Has this something to do about it?
Hope you can help.
Hearing from you!