Woo Product Thumbnail Images on Cart & Checkout Pages #24356
ScandiDesignCo
announced in
Developers Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hoping someone here can help me. I've tried searching google and cannot find an answer.
Woo's product thumbnails are turned off by default on mobile on the cart and checkout pages. I found the css to get them to appear but the alignment is off and Elementor says this is out of their scope of support. Does anyone know the css I need to use to remove the ":" before the thumbnail images and then get them right aligned instead of left? I'm using Hello theme.
Here's the css I used to get them to appear:
@media only screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive tr .product-thumbnail, .woocommerce-page table.shop_table_responsive tr .product-thumbnail {
display: block;
}
Beta Was this translation helpful? Give feedback.
All reactions