If you would like to center the main menu - go to Appearance > Customize > Additional CSS.
Add the following CSS snippet and save.
.cg-primary-menu .menu {
text-align: center;
}
.cg-primary-menu.cg-primary-menu-left .menu > li .cg-submenu-ddown {
text-align: left;
}