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

woocommerce price suffix show after all content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #394728

    CyberDome
    Participant

    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.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)