[Support request] How to center fixed navigation bar?

Home Forums Support [Support request] How to center fixed navigation bar?

Home Forums Support How to center fixed navigation bar?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #878532
    Johanna

    I am trying to center the fixed navigation bar of my website as it moved to the left

    #878771
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .is_stuck.main-navigation:not(.toggled) ul {
        text-align: center;
    }
    #890205
    Johanna

    thanks mate

    #890339
    David
    Staff
    Customer Support

    You’re welcome

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