Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3511627
Shopping Cart on Mobile
Closed

Comments

  •  11
    LillaGreen started the conversation

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

    7261609887.jpg


  •  2,541
    PenciDesign replied

    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.



  •  11
    LillaGreen replied

    Thank you, it has worked out :)