Hi,
I have started to get the grip about css code where I can find the specific code that I want to change but still sometimes does not really know what to change to get the effect permanent.
The Cart totals table design needs a correction.
I fount this string:
.woocommerce-page .cart-collaterals .cart_totals table th {padding: 20px 0px !important;
border-color: #ddd !important;}
The cart looks like picture 1 (Private content)
And when I play around with it in the browser’s developer tools (Apple Safari) I exclude padding: 20px 0px !important; the table gets a better relation with text and border, check picture 2 (Private content).
But how do I get that effect to be permanent in custom.css?
Please add that code at row 352 in custom.css.