Hi there – thanks for the video!
It looks like your cart is a little too wide for the amount of space it has.
You can:
a) Reduce the font size of your headings:
.woocommerce table.shop_table th {
font-size: 14px;
}
b) Remove the sidebar on your cart and checkout.
As for the button, that’s the “disabled” state (so it can’t be clicked). Doesn’t look very good, we’re going to have to improve that in the next version.
For now, try this:
body.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
opacity: 1;
color: #fff;
}
Let me know if that helps or not π