Mobile view - website moving from left to right. Dawn Theme 10.0

Could someone please help me to stop my website pages from moving left and right in MOBILE view? I’m using the Dawn theme 10.0. It happens on the home page and all other pages. I can move it around with my finger.

https://sunrealdays.com.au/

Hi @laura-sunreal

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media screen and (max-width: 767px){

html,body {

overflow-x: hidden! important;

}

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Amazing, thank you this worked.

1 Like