Hello.
I have the current CSS which is meant to affect my product pages and shop pages. but i think they are changing the way the "related products" section looks. Can you please fix it so it doesnt affect the "related products" layout?
.woocommerce .product .product_wrapper .product_image_wrapper {
width: 25% !important;
}
.woocommerce .product div.entry-summary {
width: 70% !important;
}
.woocommerce .product .hover_box_product {
width: 20% !important;
}
.woocommerce .product div.desc {
width: 75% !important;
}
Comments
.woocommerce ul.products li.product .desc { padding: 0 !important; }.woocommerce .product .hover_box_product { width: 100% !important; }