Archived topic
Why do i see this?
1 reply · Started by Sagar on July 28, 2020
Viewing posts 1–2 of 2

Only visible on the homepage where I have setup a single-column page made with WordPress Gutenberg and nothing extra, I see this odd bar!
Please help me get rid of this.
Hi there,
The full width block from Gutenberg is causing the issue.
Try this CSS:
body {
overflow-x: hidden;
}
This archived topic is closed to new replies.