How To Move Country/Region Selector Horizontally and Vertically On PC

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.

https://decemberschild.com/

password: dc

Hi @MMast

Do you mean like this?

Is this only on the desktopn screen?

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.footer__content-bottom-wrapper.page-width {
    max-width: 100%;
}
  • And Save.

Is there a way to move the country/region selector up/down (vertically) if need be?

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

@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

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 :slightly_smiling_face: