How can I shift the country selector to the right in the Studio theme?

Topic summary

A user seeks to reposition two header elements in their Shopify Studio theme: moving the country selector to the right and shifting the logo to the left.

Solutions Provided:

  • Both adjustments require editing the theme.liquid file in the theme code editor
  • Custom CSS snippets should be added above the </body> tag
  • The first code snippet uses margin-left to shift the country selector rightward
  • The second snippet applies margin-right to move the logo leftward

Current Status:

The helper provided step-by-step instructions with CSS code for both requests. Screenshots were shared to illustrate the desired changes, though the specific CSS values in the code snippets are not visible in the conversation text. The discussion appears resolved with working solutions offered for both layout adjustments.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hi team,

How to move the country selector of my header a bit to the right?

STORE: Glowcare.se
PS: Glowcare1991

Hey @GeeKyuu24

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you! Can we also move this logo to the left?

Hey @GeeKyuu24

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed