Home Forums WoodMart support forum woocommerce price suffix show after all content Reply To: woocommerce price suffix show after all content

#394771

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