• Resolved gbruzzo

    (@gbruzzo)


    .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;
    }

    Thank you in advance

    • This topic was modified 5 years, 10 months ago by gbruzzo.
  • The topic ‘Nice Plugin – here are a few css suggestions to line everything up well’ is closed to new replies.