Shopping cart icon defect in explorer

Hi, cart icon is defect in IE, I followed your advice in an other post and added CSS code

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

That helped, on the every other pages than the frontpage. Here it still looks like this:

Thanks

After a while, the problem shifted, now IE looks okay, but Chrome is the default one :roll_eyes:

Hello @rico_davidsen,

Thanks for asking. :slight_smile:

I am using Chrome on Mac and on my end it’s cart icon is looking fine. Please see screenshot.

May be you can try clearing browser cache and try opening again.

Thanks.

Thanks for the quick reply.

I’ve cleared the browser cache, purge All CSS/JS cache and empty all caches on the site, it still looks like this:

Hi again,

Please replace your code with the following code:

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

Hope this helps!

That did it, thanks.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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