All things Shopify and commerce
So I'm having an issue with the placement of the "Sale" badge next to the product price.
At the moment it looks like this:
It's way too close to the product price and is not aligned with the product price, instead I would like it to look like this:
(i used photoshop to showcase how I want it)
I would really appreciate any kind of help on this, thank you! 🙂
Solved! Go to the solution
This is an accepted solution.
Please, repaste for the code below.
.price>* {
display: inline-block;
vertical-align: middle !important;
}
.product .price .badge, .product .price__container {
margin-bottom: 0 !important;
margin-right: 10px;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Would you mind sharing your store URL? Thanks!
Aurephine.com
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.price>* {
display: inline-block;
vertical-align: middle;
}
.product .price .badge, .product .price__container {
margin-bottom: 0;
margin-right: 10px;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
You absolute legend, thank you so much. I copy pasted it into the base.css file under the assets tab, now it further away from the product price but for some reason it's still pretty far up. Any ideas?
This is an accepted solution.
Please, repaste for the code below.
.price>* {
display: inline-block;
vertical-align: middle !important;
}
.product .price .badge, .product .price__container {
margin-bottom: 0 !important;
margin-right: 10px;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Amazing, much love to you man thanks. I sent you a little coffee tip on paypal 🙂
Thank you, and you're welcome!
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024