Woocommerce Cart not working in Internet Explorer 11

Hi,

I’ve set up a woocommerce shop and the cart with the number of items and total cost in the top right hand of the menu bar is currently not working and just looks really ugly in IE 11.

Any ideas on how I can fix this? I can’t find anything obvious by searching.

Thanks

Hey Rowena,

Try adding the code below in X > Theme Options > CSS

.x-nav-wrap.desktop .x-btn-navbar-woocommerce {
	width: 150px;
}

I’m currently checking if this is a bug in X.

Thanks.

Thank you! That’s fixed it! Thanks again for the speedy reply :slight_smile:

You are most welcome. :slight_smile:

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