This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
Hi,
I do have currency position set to the right side after the price
When Products block is booked into the page with grid template
position is not respected
Rest of the page renders currency in the correct place
Hello,
Add the next code in Theme Options > Theme custom CSS:
.etheme_products .woocommerce-Price-amount bdi {
display: flex;
justify-content: center;
flex-direction: row-reverse;
}
.etheme_products .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
margin-left: 5px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up