• Resolved rodrigo3867

    (@rodrigo3867)


    Hello, I need help, how do I display image of product in the mobile version on the cart page?

    only the product name appears.

    sorry for my English

    • This topic was modified 5 years, 5 months ago by rodrigo3867.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Stef

    (@serafinnyc)

    What do you mean exactly? You want the product image to show on the cart page? It would help if you posted a url too.

    • This reply was modified 5 years, 5 months ago by Stef.
    Thread Starter rodrigo3867

    (@rodrigo3867)

    Sorry, yes show the image

    url (site test) :

    https://www.ngocios.com.br/carrinho/

    Stef

    (@serafinnyc)

    You would need to add this to your CSS

    
    @media only screen and (max-width: 768px){
    .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:block !important; 
    }
    

    Your theme developer/author has it hidden on mobile.

    Thread Starter rodrigo3867

    (@rodrigo3867)

    Thank you very much!

    just one more thing do you know if you can centralize this product? the image appeared on the left side.

    But if it does not work, thank you very much, thank you!

    Stef

    (@serafinnyc)

    Yup, just add this right below the display:block

    
    margin: 0 auto;
    
    
    Thread Starter rodrigo3867

    (@rodrigo3867)

    thank you !! you helped me a lot!

    Stef

    (@serafinnyc)

    Sure thing. Have a nice day.

    Hi,

    Just wanted to say that this also helped me! Thank you big times!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Show the product in cart page in mobile’ is closed to new replies.