Home Forums WoodMart support forum return to the line, price in the basket

return to the line, price in the basket

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #298346

    BABYduNET
    Participant

    Hi,

    On the cart page, there is a carriage return for the price, after the first number (see screenshot)

    Attachments:
    You must be logged in to view attached files.
    #298383

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-cart td.product-price {
        width: 110px;
    }

    Best Regards

    #298398

    BABYduNET
    Participant

    Thank you, it works but now it’s the other column that’s the problem

    Attachments:
    You must be logged in to view attached files.
    #298428

    Hello,

    I saw the screenshot you attached.

    Please try and Replace the previous Custom CSS with the following then check back.

    .woocommerce-cart td.product-price {
        width: 90px;
    }

    Regards.
    Xtemos Studios

    #298431

    BABYduNET
    Participant

    No even at 90px the problem is not resolved

    #298538

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .woocommerce-cart td.product-price {
        width: 100px;
    }
    
    .woocommerce-cart td.product-subtotal {
        width: 100px;
    }

    If the issue still occurs then provide the admin panel login details of the website.

    Best Regards

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