Cart incomplete in mobile view

Customers have informed us that orders cannot be added to the cart and that the list is also incomplete on mobile.

When editing on the PC, the mobile view looks o.k.

What do I need to change?

Comments

  • Hi,

    1) Are there any steps to reproduce this issue? I was able to add products to the cart without any obstacles on my device.

    2) Product titles are too long and do not fit in the table.

    Please try the following CSS code:

    .woocommerce ul#shipping_method li label{
     word-break: break-word;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Thank you! It was only not displayed correctly on the Huawai phones. But now everything works.

    Best regards👍️

  • Always happy to help.

    If you have any other questions or problems, feel free to ask.


    Best regards

Sign In or Register to comment.