Archived topic
woocommerce cart layout
4 replies · Started by Jasper on February 5, 2016
I have products with 5 or 6 variables. These variables take up a lot of space in the shopping cart.
It is probably standard woocommerce table styling, but can i reduce the vertical space between the variables? Here is what i mean: http://shop.sierink-wp.nl/winkelmand/
Hi there,
Do you mean these variables?: http://screencast.com/t/8KhmSPNp
They don't look too far apart? Do you want them even closer?
No not those, i mean on the checkout page and in the cart
Gotcha, give this a shot:
.woocommerce td.product-name dl.variation dd {
padding: 0;
margin: 0;
}
.woocommerce td.product-name dl.variation dt {
margin-left: 0;
}
Great
