Menu - cart

Hi there Movin,

i see that my cart is not correctly shown in my header menu, see also the attachment.
What to do about it?

Thanks in advance,

Joline

Hi Joline,

I hope you are well today and thank you for your question.

It is happening on your site because of the ultimate catalogue plugin that you are using on your site.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.woo-menu-cart span.woocommerce-Price-amount.amount {
    display: inline-block;
}

Best Regards,
Movin