Archived topic
Home page squished to left site
3 replies · Started by Hugo on November 14, 2021
Hi there,
Currently building my site and the home page content is all squished to one side, how do I fix this?
Thanks.
Hi Hugo,
Your page has an empty right-sidebar.
You can remove the sidebar on the customizer settings - https://docs.generatepress.com/article/sidebar-layout-overview/ - or through a Layout element. :D https://docs.generatepress.com/article/layout-element-overview/#sidebar
Thanks, that solved it.
How did you tell by looking at my page?
How did you tell by looking at my page?
We use Google developer tools to inspect the page. :)
You can do it too by right-clicking on the page and click "inspect" with your browser. You can also try CTRL + SHIFT + I on your keyboard to see this interface.
We then scan through the page's source code and locate the html element related to the issue. Just by checking the code, we usually have an idea where and how things are added. :)