No complete adaptation of the page to the screen in the mobile version

Hey community,

As you can see, the page does not completely adapt to the screen in the mobile version. There is always a small white stripe on the right site. How can this be changed? Best regards

@HansimGluck

Hello,

give me the store URL

Hi @HansimGluck

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi, the url is “verbandkiste.de” with no password

Hi @HansimGluck

Please follow these steps:

  • Step 1: At Shopify Admin, Select Online Store → Themes → Edit Code

  • Step 2: Find and open the file base.css, add this code at the end of the file:

#MainContent {
   overflow: hidden;
}
  • Step 3: Save your code.

I hope that this can help you solve the issue

It works, thank you!