my store link— http://5a3cf5-fc.myshopify.com
Topic summary
Issue: On the checkout page of a Shopify store using Dawn theme v15, the currency code was appearing above the price instead of inline after it.
Steps and solution: After the store URL was shared, a CSS fix was provided to add via Online Store > Customize > Settings > Custom CSS: span.price.price–end { white-space: nowrap; }. This keeps the currency code and price on the same line.
Follow-up: The user asked about reducing the space between the currency symbol/code and the price numbers. The responder checked and found no extra spacing; the user then confirmed it looks fine.
Outcome: Problem resolved with the CSS change; no further adjustments needed in this thread. Screenshots were used to illustrate the issue, and the CSS snippet was central to the fix.