Archived topic
Center site logo when navigation is hidden
5 replies · Started by generatepressiscool on March 13, 2023
I'm using the SEARCH theme in the site library - https://generatepress.com/site-library/
1) I've disabled the primary navigation on certain pages using the LAYOUT element. This works.
2) Now I want the site logo to be centered on the pages where the primary navigation is disabled using the LAYOUT element.
How to do this?
Hi there,
Can you provide a link to a page where the primary nav is disabled?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Sorry, the website is not live, it's only a local install.
But I’m using a standard install of the SEARCH theme in your site library – https://generatepress.com/site-library/
Try this CSS:
:is(.page-id-7, .page-id-8) header .inside-header.grid-container {
justify-content: center;
}
Just replace the page-id's with your pages' ids.
Excellent, that works!
Glad that worked!