I would like to move the badge to the top left as shown in the picture.
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
A user wants to reposition the \
I would like to move the badge to the top left as shown in the picture.
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
Hi @KimGottwald
Check this one.
.card__badge {
align-self: flex-start !important;
grid-row: 1 !important;
}
Please donβt forget to Like and Mark Solution to the post that helped you. Thanks!
This is not working sadly..
Please, try it again. i edit the code. Thanks!
Thank you it worked!
But on mobile there is still some space to the top, is it possible to reduce this space?
Hi @KimGottwald ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
.card__badge {
display: flex !important;
}