[eCommerce] Change the position of cart button in mobile header
Change Cart Buton on Menu Mobile – Mytheme shop [code] @media screen and (max-width:640px){ #site-header.header-4 #primary-navigation { margin-top: -40px; width: calc(100% – 135px); }} [/code]