Site logo

Archived topic

Center site logo when navigation is hidden

5 replies · Started by generatepressiscool on March 13, 2023

Viewing posts 1–6 of 6

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?

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!

This archived topic is closed to new replies.