Shopify themes, liquid, logos, and UX
Hi!
I am using dawn theme and my website is carcleansweden.se. I was wondering how I can change the sale badge location as shown in this picture:
Solved! Go to the solution
This is an accepted solution.
Hi @CarCleanCC!
Head to Admin > Online Store > customise > Edit Code > component-card.css > line 273:
Change .card_badge from:
.card__badge {
align-self: flex-end;
grid-row-start: 3;
justify-self: flex-start;
}
to:
.card__badge {
justify-self: flex-end;
}
This will achieve this:
Hope this helps!
This is an accepted solution.
Hi @CarCleanCC!
Head to Admin > Online Store > customise > Edit Code > component-card.css > line 273:
Change .card_badge from:
.card__badge {
align-self: flex-end;
grid-row-start: 3;
justify-self: flex-start;
}
to:
.card__badge {
justify-self: flex-end;
}
This will achieve this:
Hope this helps!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025