[eCommerce] Change the position of cart button in mobile header

Wordpress

Change Cart Buton on Menu Mobile – Mytheme shop

cart button in mobile header mythemshop

[code]

@media screen and (max-width:640px){
#site-header.header-4 #primary-navigation {
margin-top: -40px;
width: calc(100% – 135px);
}}

[/code]