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
Goal: align the tax information with the product price on a Shopify product page (it appears too low).
Proposed solution: adjust CSS to align elements and tweak spacing.
Outcome: a screenshot was provided showing the tax text visually aligned with the price.
Status: a working approach was shared; awaiting confirmation from the original poster. No conflicting views or alternative methods presented.
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!