Horizontal scroll - Mobile Version of my homepage moves to left and right

Hi @Anya_2 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.site-wrapper {
    overflow: hidden !important;
}

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

1 Like