• Resolved aib20

    (@aibtreger)


    Hello!

    How to centre the main navigation menu? I’ve tried this snippet

    .main-navigation-menu {
    justify-content: center;
    }

    but it doesn’t work.

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter aib20

    (@aibtreger)

    I figured it out. Here’s the snippet in case someone needs it:

    .primary-navigation {
    justify-content: center; ! important;
    }

    It worked for me.

    Take care,
    aib

Viewing 1 replies (of 1 total)
  • The topic ‘How to center the main navigation menu?’ is closed to new replies.