How To Move Cart Count Bubble & Number On Mobile

@MMast - please add this css to the very end of your base.css file and check

@media screen and (max-width:749px){
.cart-count-bubble{bottom: 0.5rem;    left: 1.2rem;}
}
1 Like