Archived topic
Menu still continue in the right
3 replies · Started by esteban on November 14, 2018
Viewing posts 1–4 of 4
Hi I want the menu to be more centered.
I change it to left but it still on the right.
I choose the floating on the right, but i do want to center it.
I have to do it with CSS?
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Done I sent you the link
Hi there,
try this CSS:
@media (min-width: 1024px) {
.inside-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-navigation {
margin-left: 2em;
}
}
This archived topic is closed to new replies.