full width issue

hello, this is quite hard to explain but when im viewing my store on mobile, the width is fine, however, if i scroll left, it creates a white line (i’ve attached image as its hard to explain). This only happens when i scroll left on my phone, it doesn’t do it when i scroll right:

as you can see here, this is what i mean. When i scroll left on my phone, it creates this blank white line down the whole of the side page. my website is www.alexandrawestbrook.com , theme is dawn

go to your online store → edit code → base.css file and paste this there in the end of the file

html, body{
overflow-x: hidden !important;
}