Moving Country/Region Selector (Dawn Theme)

Thanks in advance!

I am looking to move the country/region selector to the right because it is a little too close to the edge of the page in the drop down menu section on mobile.

Example:

Hi @MMast

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hi @MMast

Can you share your website link?

It works on the right side but whenever I change the code to “left” it goes back to how it was. Is there any way I can manually adjust how far left or right I can make it?

https://decemberschild.com/password

password: dc

You can try the code below. You just need to adjust the padding left and right.

.menu-drawer__localization localization-form {
    text-align: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

Hello @MMast ,

Please share:

  1. your store URL;
  2. page URL with the issue you mention;
  3. storefront password (if your store has one).

If the store is not online yet, kindly share the preview URL.

@MMast Please follow below steps to move the continue shopping text below to your cart text. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click action button from the current theme and select “Edit code”.
  3. Search “component-localization-form.css” file and paste below code at the bottom of the file.
.menu-drawer__localization localization-form .disclosure {
    padding-left: 30px;
}

  1. Result will be like below attached image.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Thank you!!