Update currency selector formatting

In some cases, themes cause the currency selector to be offset and/or too wide. Follow the steps below to help normalize the formatting.

1. From your Shopify admin, click Online Store, then click Themes.

2. Find the theme you want to edit, click the Actions button, then click Edit code.

3. On the left side, click on the Assets heading to reveal the folder's content.

4. Your theme's main stylesheet will be located within this folder. Some common names for this file are:

  • timber.scss.liquid
  • theme.scss.liquid
  • stylesheet.scss.liquid
  • style(s).scss.liquid
  • theme.css
  • base.css

5. Once you've found it, navigate to the bottom of the document.

6. Add the following code snippet to the bottom of the file.

#coin-container {
  display: inline-block;
}

#coin-container select {
  width: auto;
  margin: 0;
}

7. Save your changes.

If you need help styling the currency selector to more closely match your brand, simply request the Expert Install Service from your Coin dashboard, and our team can perform a custom setup for you.