Site logo

Archived topic

Horizontal scrolling

1 reply · Started by Alvaro on October 4, 2019

Viewing posts 1–2 of 2

Hi,

I just finished my first website with GeneratePress and 100% Gutenberg, using Qubely blocks library.

I'm having an issue with horizontal scrolling of te page content. Seems that I'm missing some option on a specific section or in global GP settings.

I tried

body {
    overflow-x: hidden;
}

but is not enough.

Could you please give a hand on this?

Thanks.

Alvaro

Hi there,

try:

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