Home Forums WoodMart support forum Blank space cannot be removed on the cart page (mobile version)

Blank space cannot be removed on the cart page (mobile version)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110396

    lunareye
    Participant

    I have removed the product-thumbnail and links from the cart page via functions.php.

    I have also tried to use css. But none can remove the blank space left behind in the mobile version of the cart. The desktop version is fine. Please take a look at the link attached.

    Thank you for your help!

    #110446

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    body .woocommerce-cart-form__contents tr {
        padding-left: 0;
    }

    Best Regards

    #110533

    lunareye
    Participant

    Thank you for your answer!

    However, after I added the css code, the elements in the table didn’t move together and align left. Some elements stayed at the original place. Please see the print screen link attached.

    Could you please help me?

    Thanks again!

    #110591

    Hello,

    Here is what we see https://gyazo.com/04bb824abb8b4e53c251815ae70b0e00

    Please note that we do not support the plugin. Contact the plugins support for the perfect result.

    Best Regards

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