Hi,
I was trying to use this code for No-break space after thousand number for prices
(otherwise it breaks the Shipping fee and other prices after the thousand, like:
1
690 Ft
and it should be 1 690 Ft)
Can you please correct this code or send one that helps resolve this?
Thank you very much! 🙂
.woocommerce-price-amount {
white-space: nowrap !important; /* Megakadályozza, hogy a szöveg megtörjön */
}