Home › Forums › WoodMart support forum › woocommerce price suffix show after all content › Reply To: woocommerce price suffix show after all content
August 1, 2022 at 11:52 am
#394771
Aizaz Imtiaz Awan
Keymaster
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