Site logo

Archived topic

woocommerce cart layout

4 replies · Started by Jasper on February 5, 2016

Viewing posts 1–5 of 5

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/

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

This archived topic is closed to new replies.