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]
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]