Skip to content
Public Ticket #26580

Shopping Cart on Mobile

Conversation thread

LillaGreen replied

Customer Reply

Thank you, it has worked out :)

PenciDesign Supporter replied

Staff Reply

Hi,

Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

@media only screen and (max-width:767px) {
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding-right: 10px;
    padding-left: 10px;
    padding: 5px;
  }   .woocommerce-cart table.cart img {
    width: 32px;
    height: auto;
  } }

Regards,
PenciDesign.



LillaGreen started the conversation

Conversation Start

Hi, how can I edit the shopping cart on mobile? The empty distances look horrible ... see the attached screenshot

7261609887.jpg

Want to join this conversation or access attachments? Sign in first.