Home Forums Basel support forum Add space between currency symbol and price.

Add space between currency symbol and price.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206733

    skzlatan
    Participant

    My website displays the currency symbol as ‘Rs’ (pakistani rupees). I want there to be a space between the Rs and the numbered price everywhere on the website.

    e.g ‘Rs 1200’ instead of ‘Rs1200’

    How can I achieve this?

    #206754

    Hello,

    Please find this code in the Theme Settings > Custom CSS > Global:

    body .woocommerce-Price-currencySymbol {
        font-family: Arial;
    }

    and replace for this one:

    body .woocommerce-Price-currencySymbol {
        font-family: Arial;
        display: inline-block;
        margin-right: 10px;
    }

    Best Regards

    #206777

    skzlatan
    Participant

    thank you, it worked!

    #206826

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Add space between currency symbol and price.’ is closed to new replies.