Archived topic
separate page title from content container
5 replies · Started by Marc Witschi on June 21, 2019
I would like to separate the page title from my content container. It does so if I add a post category to my menu:
https://ibb.co/vj16q6K
But if I display a page it displays the page title in the same container:
https://ibb.co/x28Rq6m
Can you help me to display all page titles in a separate container as it is on the first link?
Thank you!
Hi there,
You can try using the header element module.
I've explained it here:
https://generatepress.com/forums/topic/i-want-to-have-full-length-heading-on-single-posts/#post-936496
Let me know if this helps :)
Hi Leo, thanks for your help.
I've tried with an element header and I'm getting closer to where I wanna be :)
https://ibb.co/BsZXQdG
How do I get some space between the menu and my new header element?
Thank you in advance
Try this CSS:
.site-header {
margin-bottom: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
works fine! Thank you very much!
No problem :)