[Resolved] center sticky navigation when nav-float-right

Home Forums Support [Resolved] center sticky navigation when nav-float-right

Home Forums Support center sticky navigation when nav-float-right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240888
    Jamal

    Hi

    I would like to center sticky navigation when primary navigation is set to float right. Is there a more elegant solution than this? Thanks

    /* Center sticky navigation when nav-float-right */
    @media (min-width: 769px) {
    .nav-float-right .navigation-clone.main-navigation {
        text-align: center !important;
        }
    }
    #240963
    Tom
    Lead Developer
    Lead Developer

    Probably no need for the !important if you add body in front of .nav-float-right like this: body.nav-float-right

    #240993
    Jamal

    That worked, thanks !

    #241112
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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