Hi I want to move the sales badges and sold out badges up for my website. www.takeoverapparel.com and password is takeover. Also this is only for mobile
1 Like
Hi @takeoverapparel .
Hereβs how to achieve that:
1: Go to Online Store β Theme β Edit code
2: Search file base.css
3: Add the following code to the bottom of the file β Save
@media screen and (max-width: 749px) {
.title-wrapper--self-padded-tablet-down + .card__badge.top.left {
margin-left: -10px!important;
margin-top: -10px!important;
}
}
If done correctly, the result should be:
Feel free to adjust the pixel values to your liking.
I hope this helps!

