I changed the cart icon to another SVG file, which looks beautiful on my desktop site but as soon as I click on the mobile version it pretty much disappears. Please help I am trying to launch ASAP!
passcode: PackedUSA
I changed the cart icon to another SVG file, which looks beautiful on my desktop site but as soon as I click on the mobile version it pretty much disappears. Please help I am trying to launch ASAP!
passcode: PackedUSA
Hi @PackedUSA ,
Please follow these steps:
@media only screen and (max-width: 749px){
.site-header__icons .site-header__cart{
padding: 0px !important;
width: 20px !important;
height: 20px !important;
}
}
Hope it helps!
Thank you so much it worked perfectly!