Archived topic
Center Logo on One Page Only
5 replies · Started by Pete on January 19, 2023
Currently, our header consists of a left aligned logo (and no menu).
We would like to center our logo on one page only (the front page).
How can this be accomplished?
Hi Pete,
For reference, can you provide the link to the site in question? We'll figure out what needs to be done after we see the specific page.
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Included in private info.
Hi there,
try adding this CSS:
.home .site-logo {
margin: auto;
}
David,
Works perfectly and is now live.
Thank you!
You're welcome