Websites Mobile Version allows horiziontal scrolling

Hey guys, I’m having a bit of trouble getting rid of horizontal scrolling.
I tried changing some things around in the Code with solutions from other people but that didn’t seem to work.
I am using the Shogun Page Builder which might be the cause of the Problem but I can’t seem to get rid of it.
The website is: simplifysmart.com

Thanks in advance! Alex

Hello Alex,

You store is not published yet means we need password to check it.

btw try to add this css in your theme css file under Assets.

body{ 
    overflow-x: hidden;
}

Thanks

1 Like

Sorry my man, my mistake I send you the wrong URL due to Autocorrect.

simplify-smart.com

Will try to add the code and update you on it If it works.

Thanks!

Hey, I’ve just tried to add:

body{ 
    overflow-x: hidden;
}

to theme.scss.liquid at the very bottom didn’t work sadly :confused: but I’ve might done a mistake since I’ve no idea about Coding

Ah maybe should’ve said that I use Debutify as a Theme and Shogun for Page Building!

Replace it with

html{ 
    overflow-x: hidden;
}