Site logo

Archived topic

Sideway scroll on index page

3 replies · Started by Kristoffer on March 1, 2021

Viewing posts 1–4 of 4

Hi,

I use Generatepress on my page https://xn--bstaitest-v2a.se/.

For some reason it's possible to scroll sideways on the index page. All other pages are ok but for some reason the index page behaves differently. Hoping it's some simple setting but haven't been able to find it.

Thankful for advise.

Hi there,

Just to make sure you don't want your site to scroll sideways?
If so, try this CSS:

body {
    overflow-x: hidden;
}

Let me know :)

Thanks Ying!

You are welcome :)

This archived topic is closed to new replies.