Search for: Log In Free Support [Resolved] product img on cart page Home › Forums › Support › product img on cart page This topic has 3 replies, 2 voices, and was last updated 1 year, 1 month ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 16, 2020 at 4:06 pm #1196818 johnaps Hello! I am trying to set product images of cart items below 768px to display: block; so they will be visible… I even removed the css rule that was setting it from one woocommerce css file , but that didnt do the trick… Can you help me out? March 17, 2020 at 12:14 am #1196970 DavidStaff Customer Support Hi there, try this CSS: @media (max-width: 768px) { /* Display responsive thumb */ .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: block !important; } /* Align item remove an thumbnail */ .woocommerce table.shop_table_responsive tr td.product-thumbnail::before { content: ''; } .woocommerce table.shop_table_responsive tr td.product-remove { float: left; border: 0; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 17, 2020 at 3:49 am #1197126 johnaps Perfect David! 🙂 March 17, 2020 at 4:01 am #1197140 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In