Shopify Homepage can be scrolled horizontaly (on mobile)

|





Hello,







We need your help! On our homepage www.ketofabrik.com on mobile (iphone) the page can be scrolled horizontally and then a white bar appears under the first banner (see screenshot). The page should only be scrolled vertically.













Thank you for your support.










|
| - |

I have checked through your website on mobile and I’ve seen the vertical bar you are talking about. Have you work on the theme liquid before?

Hi @ketofabrik ,

Go to Assets > timber.scss.liquid and paste this at the bottom of the file:

@media only screen and (max-width: 550px) {
  .shopify-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important; 
  } 
}

Hope it helps!

1 Like

thank you this helped!

1 Like