How to move the currency selector in Motion Theme on mobile?

Hi all,

I want to change where the currency selector is on my store for mobile. I would like it to be visible rather than having to click onto the menu.

my store is : bodyutopia.store

Thanks, Chris

1 Like

@Chris1808

sorry for that issue please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 768px) {#CurrencyPicker-header {display: inline-block !important;}}
1 Like

Thank you so much. That is so appreciated!!

fixed my problem immediately.

Thank you thank you thank you

1 Like

@Chris1808

it’s my pleasure to help us

1 Like