Woocommerce cart styling

For some reason, my woocommerce cart looks terrible:

I have tried to remove all CSS and it did not change anything. This post : https://theme.co/apex/forum/t/woocommerce-cart-does-not-look-like-demo/41000?u=melistrom helped me to solve the problem, but I was not able to save the changes I made to my cart. How can I save the changes I made to the code for the cart page?

Hello Melissa,

Thanks for writing in!

I have check your cart and it turns out that you have inserted the WooCommerce cart shortcode incorrectly. You have inserted this:

<pre>
[woocommerce_cart]
</pre>

or might be this:

[code]
[woocommerce_cart]
[/code]

You will only need this code:

[woocommerce_cart]

Please let us know how it goes.

Thanks!
It worked. Much appreciated.

Glad to hear it’s sorted, Melissa.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.