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 #3514695
Wrong element on Cart
Closed

Comments

  •  11
    LillaGreen started the conversation

    Hi, there is a wrong element displayed on the cart. Can you help me how to remove this?

    6957404977.png


    1845375158.png
  •  2,541
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width:961px) {
        .woocommerce #content table.cart .product-thumbnail,
        .woocommerce table.cart .product-thumbnail,
        .woocommerce-page #content table.cart .product-thumbnail,
        .woocommerce-page table.cart .product-thumbnail {
            display: table-cell;
        } }

    Regards,
    PenciDesign.



  •  11
    LillaGreen replied

    Thank you