Shopify themes, liquid, logos, and UX
Thanks in advance!
I am looking to move my country/region selector in the footer section to the left and eventually up/down so if there was a code for moving it horizontally & vertically for pc only, that would be much appreciated! Example shown below.
password: dc
Solved! Go to the solution
This is an accepted solution.
Hi @MMast
Do you mean like this?
Is this only on the desktopn screen?
Check this one.
.footer__content-bottom-wrapper.page-width {
max-width: 100%;
}
This is an accepted solution.
@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper.page-width {
max-width: 100% !important;
}
.localization-form__select {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
}
Hi @MMast Here is the solution for you
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
Hi @MMast
Do you mean like this?
Is this only on the desktopn screen?
Check this one.
.footer__content-bottom-wrapper.page-width {
max-width: 100%;
}
Is there a way to move the country/region selector up/down (vertically) if need be?
Do you mean up and down in the footer?
Yes
Do you want the currency will go with the flow when scrolling the page(this needs a develper to write the code)?
or just change position up and down in the footer we can do by css code, but if you like a default buttons to make it move then that is another developer to do it.
Just the position up and down (padding). I don't need it to go with the flow when scrolling 🙂
Hi @MMast
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.footer__content-bottom-wrapper.page-width {
margin: 0 !important;
max-width: 100% !important;
position: absolute;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper.page-width {
max-width: 100% !important;
}
.localization-form__select {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
}
Hi @MMast Here is the solution for you
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025