A user seeks CSS code to reposition their store’s country/region selector in the footer—specifically moving it horizontally (left) and vertically (up/down) on desktop only.
Solutions Provided:
Made4uo-Ribe offered CSS to adjust the footer wrapper’s max-width to 100%, allowing horizontal repositioning
PageFly-Henry suggested adding CSS with position: absolute and max-width: 100% to the .footer__content-bottom-wrapper.page-width class in base.css
BSS-TekLabs provided a media query targeting desktop screens (min-width: 750px) with padding adjustments (30px top/bottom) for the localization form select element
Implementation Steps:
All solutions involve editing the theme’s CSS file (base.css, style.css, or theme.css) via Online Store > Themes > Edit code, then pasting the provided code at the bottom of the file.
Current Status:
The user confirmed they only need vertical positioning adjustments (padding-based) without scroll-following behavior. The discussion remains open as the user evaluates which CSS approach best meets their needs.
Summarized with AI on November 8.
AI used: claude-sonnet-4-5-20250929.
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.
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.