Nice Plugin – here are a few css suggestions to line everything up well
-
.woocommerce table.shop_table td.product-name { display: flex; align-items: center; flex-direction: row; width: 100% !important; margin: 10px 0px 10px 0px; } .woocommerce table.shop_table span.cqoc_product_name { margin-right: auto; padding: 0px 10px 0px 0px; } .woocommerce table.shop_table div.quantity { margin-left: auto; }
Also, we noticed that the remove from cart triggers page reload – one may decide to remove the remove button all together
#content table.shop_table a.remove { display: none !important; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Nice Plugin – here are a few css suggestions to line everything up well’ is closed to new replies.