• Resolved streetwar34

    (@streetwar34)


    Hallo zusammen,

    das Theme gef?llt mir sehr gut und ich komme generell auch verdammt gut damit klar. Es ist nur eine Kleinigkeit, die ich einfach nicht hinbekomme. Ich m?chte gerne die .main navigation zentriert angezeigt bekommen. Ich habe schon viel versucht, bekomme es aber nicht hin. Meine CSS Kenntnisse sind wirklich rudiment?r, ich arbeite mich mehr und mehr rein. Ich hoffe wirklich einer von euch kann mir helfen.

    Vielen lieben Dank im voraus!

    —–

    Hey guys,

    the theme is one of my favorites. In general it works really well and I know how to edit it. There is only a little thing I can’t fix. I want to center the .main navigation, that it stays in the middle of the page. But I do not know how :/. I tried a lot, but it will not work. My css knowledge is on a rookie level. I really hope one of you guys can help me!

    Thank you so much in advance!

    • This topic was modified 5 years, 10 months ago by streetwar34.
    • This topic was modified 5 years, 10 months ago by streetwar34.
Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hallo,

    Das sollte mit diesem CSS-Schnipsel funktionieren:

    .main-navigation-menu {
        float: none;
        display: flex;
        justify-content: center;
    }

    Viele Grü?e,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Zentrieren / Center navigation’ is closed to new replies.