Site logo

Archived topic

Scroll bar at the bottom

5 replies · Started by Miguel on March 9, 2021

Viewing posts 1–6 of 6

Hi there,

I noticed a horizontal scroll bar at the bottom of the page. I have no idea how to edit it.

Please check the screenshot.

Thanks.

Hi there,

It's still showing the bar.

I have deleted the layout element. There are currently none active. I also have changed to full width content in each page that the bar is showed. Is this where I have to change it?

Keep in mind that the bar is not visible on some pages. It is shown in the pages that I have created from scratch, so I have probably touched an option, since I'm new with Generatepress.

Thanks!

Hi Miguel,

Give this CSS a try:

body {
    overflow-x: hidden;
}

It worked. Thanks for the help! :)

No problem :)

This archived topic is closed to new replies.