How to fix currency box issues on mobile view?

Hi my site is

password: sandwich

I’m having the following issues but only on mobile view.

I want to remove the above currency converter and keep the one at the bottom.
Can anyone please help?

Also could anyone help me figure out why the currency at the bottom is cut off on mobile view?

Hi @lesbrons ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/stylesheet.css->paste below code at the bottom of the file:
@media (max-width: 740px) {
    div#bottom-footer #payment {
        text-align: left;
        display: none;
    }
    .locale-selectors__content form {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Sorr I tried but it did not work

Hi @lesbrons ,

Sorry for the late reply.

You can copy my code to the top of the test file stylesheet.css.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

thank you for you reply, unfortunatly that wdidnt work

Hi @lesbrons ,

Did you check if you copied the code to the top of the file stylesheet.css? We did not check the code. Don’t know if you did the right thing.