[Resolved] woocommerce cart layout

Home Forums Support [Resolved] woocommerce cart layout

Home Forums Support woocommerce cart layout

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #170576
    Jasper

    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/

    #170802
    Tom
    Lead Developer
    Lead Developer

    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?

    #170833
    Jasper

    No not those, i mean on the checkout page and in the cart

    #170840
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #171193
    Jasper

    Great

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.