Title: Currency positioning
Last modified: December 30, 2022

---

# Currency positioning

 *  Resolved [liikalat](https://wordpress.org/support/users/liikalat/)
 * (@liikalat)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/currency-positioning/)
 * Hi,
 * I love your plugin. It did many of things I worried about Learndash. Anyway, 
   I used CSS to move currency from left to right (€ should be shown right side)
   in cource page. After activating, the style stopped working.
 * The code I used
 * .learndash-wrapper .ld-course-status-price .ld-currency { order: 2;}
 * .learndash-wrapper .ld-course-status-price .ld-currency:before { content:”\00a0″;}
 * Is there any settings in Pro version to fix this?

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

 *  Plugin Author [Escape Creative](https://wordpress.org/support/users/escapecreative/)
 * (@escapecreative)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/currency-positioning/#post-16332571)
 * Hi,
 * I tested this and the code you included above works for me. It moves the currency
   symbol to the right side.
 * LearnDash makes the parent element `display:flex;`, which is what makes the `
   order` property work. It’s possible that you have other CSS that is changing `.
   ld-course-status-price` from `display:flex;` to `display:block;`. That would 
   make the order parameter invalid because you can’t use `order` with `display:
   block;`. `order` only works on things that are `display:flex;`.
 * Our pro plugin will not address this issue, but if you post a link to your site,
   I’d be happy to take a look and see if I can tell you what’s causing it not to
   work.
 * Dave
 *  Thread Starter [liikalat](https://wordpress.org/support/users/liikalat/)
 * (@liikalat)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/currency-positioning/#post-16332768)
 * Thanks Dave for your professional reply. I believe you are right. I tried to 
   edit the .ld-currency via Chrome’s inspection tool and the tool said display 
   is set block. I tried to disable all non-essential plugins without results ([Course url](https://www.relevo.zoner.dev/courses/tenniskyynarpaan-tutkiminen-ja-hoito/))
 * I dont expect to get support for this because it wasnt caused by your plugin 
   afterall.
 * Anyway, I would love to buy pro version of your awesome plugin before launch 
   of the site 💪
 *  Plugin Author [Escape Creative](https://wordpress.org/support/users/escapecreative/)
 * (@escapecreative)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/currency-positioning/#post-16333975)
 * It actually says the same thing for me in the Chrome Inspector, however the code
   still works. And I tried it on the URL you provided and it works there, too. 
   Does it not work for you when you add that CSS to the “Additional CSS” in the
   Customizer?
 * I’d love to have you as a customer ⌊😊⌉</img>.
    -  This reply was modified 3 years, 8 months ago by [Escape Creative](https://wordpress.org/support/users/escapecreative/).
 *  Thread Starter [liikalat](https://wordpress.org/support/users/liikalat/)
 * (@liikalat)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/currency-positioning/#post-16364122)
 * Somehow the child themes styles.css stopped working same time I added your plugin.
   Probably updated the theme at the same time. Thanks for your help. Surely buying
   the pro plugin later!

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

 The topic ‘Currency positioning’ is closed to new replies.

 * ![](https://ps.w.org/design-upgrade-learndash/assets/icon-256x256.png?rev=2412998)
 * [Design Upgrade for LearnDash](https://wordpress.org/plugins/design-upgrade-learndash/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/design-upgrade-learndash/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/design-upgrade-learndash/)
 * [Active Topics](https://wordpress.org/support/plugin/design-upgrade-learndash/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/design-upgrade-learndash/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/design-upgrade-learndash/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [liikalat](https://wordpress.org/support/users/liikalat/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/currency-positioning/#post-16364122)
 * Status: resolved