How to move currency selection more to the right?

Hello,

I just noticed that my currency selection is, when selected, to far on the left, how can I fix this?

Im using th e Brooklyn theme: aliudclothing.com

Thank you!

Kim

1 Like

Hi @KimGottwald

Do you like to change alignment or just add space on the left?

Or do you mean like this.

If it is try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
li.disclosure-list__item {
    padding-left: 50px !important;
}
  • And Save.
  • Note: You can decrease/increase the space.

Please, dont forget to hit Likes. Thanks!