Space needed between Currency symbol and price
-
Hello, in taxonomy-destinations.php (at least) you don’t provide an empty space between the currency symbol and the price itself:
.esc_attr($currency).esc_attr( $obj->wp_travel_engine_price_format($cost) )
If you’d fix this in your next update, I would recommend to add a wrapper for either price or currency symbol – so anybody could format them separately. I meddled around with :first-letter, but this won’t work on Firefox because the use of an HTML entity instead of UTF-8 character. It would have been a workaround anyway.
Thanks
ella
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Space needed between Currency symbol and price’ is closed to new replies.