[Resolved] Navigation Logo Placement – Sticky + Static on mobile | sticky on desktop

Home Forums Support [Resolved] Navigation Logo Placement – Sticky + Static on mobile | sticky on desktop

Home Forums Support Navigation Logo Placement – Sticky + Static on mobile | sticky on desktop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #495094
    Marcin

    I wrote my problem in topic. It is possible?

    #495439
    Leo
    Staff
    Customer Support

    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/

    #495459
    Marcin

    Thank you.

    #495524
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.