• For some reason when I add something to the cart, on my side column, the view cart and checkout button overlay partially on the cart details. Where do I go in the editor for the theme to give it a little padding?
    Here is the website. just add something to the cart and you will see.

    https://www.schaeffergames.com

Viewing 1 replies (of 1 total)
  • In your woocommerce.css (or custom one) find this :

    .widget_shopping_cart .total

    add margin-bottom: 10px;

    (or more) and it should be fine…

    If you use the custom css in your theme admin, juste add

    .widget_shopping_cart .total {
    margin-bottom: 10px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Cart button’ is closed to new replies.