Site logo

Archived topic

Primary navigation menu

3 replies · Started by ammgbr on June 3, 2022

Viewing posts 1–4 of 4

Hello,

Is it possible to align my primary navigation menu in the centre for the home page but have it aligned left for the rest of the site/pages?

Hi there,

Can you give this CSS a shot?

body.home .main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation, 
body.home .main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation {
    justify-content: center;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

Thank you Leo, that worked :)

No problem :)

This archived topic is closed to new replies.