Archived topic
Scroll bar at the bottom
5 replies · Started by Miguel on March 9, 2021
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 Miguel,
I'm seeing a content container of 1400px applied to that page using a layout element:
https://docs.generatepress.com/article/layout-element-overview/#content-1
Can you remove that and make sure to use the full width content as you have a full-width section in your layout?
https://docs.generatepress.com/article/content-container/#full-width
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 :)