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:
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:
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.
.menu-drawer__localization localization-form .disclosure {
padding-left: 30px;
}
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Thank you!!