• Resolved mos1986

    (@mos1986)


    Hello,

    is there a possibility to center the main navigation menu BUT that there will also be the a special background in that line like when the menu background is green also at the left and right side it will be green?

    I uploaded a picture how it should look like because I was not sure how to descripe it: Click here

    • This topic was modified 5 years, 9 months ago by mos1986.
    • This topic was modified 5 years, 9 months ago by mos1986.
    • This topic was modified 5 years, 9 months ago by mos1986.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @mos1986

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media only screen and (min-width: 60.001em) {
      .main-navigation-menu {
        display: flex !important;
        justify-content: center;
      }
    }

    Let me know if that does it.
    Thank you.

    • This reply was modified 5 years, 9 months ago by Anonymous User 16453565.
    Thread Starter mos1986

    (@mos1986)

    It worked!

    THANK YOU SO MUCH!

    • This reply was modified 5 years, 9 months ago by mos1986.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘center main navigation menu’ is closed to new replies.