WooCommerce cart page not showing properly [solved]
-
Hello,
I just want to share my sollution for others. I had problem with plugin WooCommerce. There is a table at cart page, which is not rendering properly. To repair this, you just need to add CSS for custom table width.
Go to Appearance – Customize – Additional CSS
/* At WooCommerce cart repairing table width */ .wp-block-separator, th { width: auto; }
Hope it will save time to someone else!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WooCommerce cart page not showing properly [solved]’ is closed to new replies.