Home New Guten Forums WoodMart support forum Space between price and currency

Space between price and currency

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #368751

    aleksandreeu
    Participant

    Hi, how can I add space between the price and currency sign?
    it is like 10EUR or 10Kč => I need => 10 EUR or 10 Kč.

    #368803

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    span.woocommerce-Price-currencySymbol {
        margin-left: 5px;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)