Archived topic
How Can I Remove The Huge Header?
5 replies · Started by Ermal on September 14, 2022
I am using the 'Realtor' site from the site library, everything looks great but the header is too large. I tried removing the header from the 'elements' section but it removes the menu too.
I also want to add sidebars to the post but its not allowing me to.
Thanks
Hi Ermal,
To clarify, are you wanting to remove the default Page Hero that Realtor has - specifically, Global Page Header - Block Element?
How would you like the page to look like?
As for the sidebar, you can enable it in Appearance > Customize > Layout > Sidebars.
Let us know.
I want it to look something like this: (included link in the description)
Also, on Appearance > Customize > Layout > Sidebars when i select Right sidebar, the content is too narrow. Is there a way to widen it?
Hi there,
did you resolve these issues ?
I did by applying CSS and doing other things, but it's not ideal, since now the content has no padding on mobile, and i had to use margin-top:-24px on the content.
Is there any better way to do it without ruining everything else?
since now the content has no padding on mobile
In this post, you have set 2 container widths, 1 is full width which removes the theme paddings, and the other is 1100px by using a layout element.
If you want to keep the theme default padding, do NOT set the container width to full width.
You can check 2 places, if any of them are set to full width, switch it to default.
1. In the post editor > layout metabox:
https://docs.generatepress.com/article/layout-metabox-overview/#where-is-it
2. In the layout element > content at appearance > elements.
Let me know!