https://imanethelabel.com/products/essential-dress?variant=52234317627741
how can I center the tax information to the price? it looks a bit too much on the bottom and not at the same height like the price
https://imanethelabel.com/products/essential-dress?variant=52234317627741
how can I center the tax information to the price? it looks a bit too much on the bottom and not at the same height like the price
Hi @alyhz
Try this one.
.product .price__container {
vertical-align: baseline !important;
}
div#price-template--23992678941021__main {
margin-top: 1rem;
}
And Save.
Result:

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!