[Resolved] Sticky navigation align

Home Forums Support [Resolved] Sticky navigation align

Home Forums Support Sticky navigation align

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1495448
    Radek

    Hi, on my fresh new site (link at private section) I´v got merged header with navigation floating right. I enabled sticky navigation, but there navigation is align on left side. Is it some bug ar its normal and for right alignment I must use some custom CSS ? Thax a lot for You help. Radek

    #1495772
    Leo
    Staff
    Customer Support

    Hi there,

    Usually there would be a logo uploaded which would solve the issue.

    Can you try this option as a workaround first?
    https://docs.generatepress.com/article/navigation-as-a-header/

    If not you can also use this CSS to fix it:

    .main-navigation.navigation-stick .inside-navigation {
        justify-content: flex-end;
    }
    #1495850
    Radek

    Hi Leo, Navigation as a header works fine 😉
    Thanx for quick help.

    #1495852
    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.