Site logo

Archived topic

Page moving left and right while in mobile browser

1 reply · Started by Sars on March 8, 2021

Viewing posts 1–2 of 2

Hi there,

you have a lot of page builder element such as carousels that are creating overflow. You can either find which ones are causing that - maybe the page builder developer can help - or you can stop any overflow with this CSS:

html {
  overflow-x: hidden;
}
This archived topic is closed to new replies.