woocommerce price suffix show after all content
-
1. woocommerce price suffix show after all content
2. woocommerce price suffix show in singal product page after saved sale below
mobile view only
Attachments:
You must be
logged in to view attached files.
Hello,
1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product-grid-item {
height: 300px;
}
small.woocommerce-price-suffix {
position: absolute;
margin-top: 30px;
left: 20px;
}
2) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product small.woocommerce-price-suffix {
position: absolute;
margin-top: 45px;
left: 35px;
}
Best Regards