I want the badges on the products on the left to stay where they are for products on the left. I want the badge to show on the right. I circled/included an example of what I want below. My store is www.takeoverapparel.com and the password is takeover.
Hello @takeoverapparel
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media only screen and (max-width: 550px) {
.collection .card__badge.top.left {
margin-left: 88px !important;
}
Thanks