sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi there, this will center your menu while the full menu is active down to 600px in screen/window width. Less than that and it will return to the original design on the touch menu behind the toggle.
@media screen and (min-width: 600px) {
.main-navigation {
text-align: center;
}
.main-navigation ul {
display: inline-block;
}
}
Hi @sacredpath,
Thank you so much!!! It works perfect!!
Saved me a lot a time here.
Best
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hooray and you are welcome!