Site logo

Archived topic

Navigation Logo Placement - Sticky + Static on mobile | sticky on desktop

3 replies · Started by Marcin on February 13, 2018

Viewing posts 1–4 of 4

I wrote my problem in topic. It is possible?

Hi there,

So set it to sticky + static in the customizer and add this CSS:

@media (min-width:769px) {
    .main-navigation:not(.navigation-stick) .navigation-logo {
        display: none;
    }
}

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

Thank you.

No problem!

This archived topic is closed to new replies.