I am using a boxed layout, and the little cart icon looks like it’s just displaying in a random spot on the page. Is there anyway to have it appear next to the menu, or the socket, or in the socket, or something a little tidier? If not, how do I disable it?
Thanks
Hi torndownunit!
Try adding this to your custom CSS.
.cart_dropdown, #cart_dropdown { display: none !important; }
Cheers!
Elliott