Archived topic
Header Questions
9 replies · Started by Chris on December 22, 2019
1. How do I remove the white space between title and header: http://prntscr.com/qecm52
2. How do I make the title centered for ALL posts: http://prntscr.com/qecmuc
3. How do I add Published Date next to author: http://prntscr.com/qecm52
4. I removed the page hero: http://prntscr.com/qecvdt and it works for posts, but it doesn’t work for pages: http://prntscr.com/qecvmf,
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
I just added my site URL
1. Maybe one container is what you are looking for?
https://docs.generatepress.com/article/content-layout/
2. Try this CSS:
h1.entry-title, .entry-meta {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
3. This should help:
https://docs.generatepress.com/article/blog-content-layout/#single
4. What if you simply remove all the header elements that you don't want?
The first three questions are solved :)
Adding to my 3rd question, how do I center the published date/ author: http://prntscr.com/qee24b (where it's centered below the title).
How do I remove all the header elements that I don’t want?
Edited the CSS in #2 here:
https://generatepress.com/forums/topic/header-questions-3/#post-1111470
You can go to the element listing page (Appearance > Elements) then delete them there.
I added your code: http://prntscr.com/qee68z
But it didn't do anything: http://prntscr.com/qee6fx
Small typo. Try it again:
https://generatepress.com/forums/topic/header-questions-3/#post-1111470
That worked! Thanks Leo!
No problem :)