It’s really simple, you add this CSS to your stylesheet, whether the style of the child theme you use or Jetpack’s edit CSS

.menu-container { display: table; margin: 0 auto; }

That’s it 😉

(edit: .menu- not .menubar-)