PenciDesign replied
Hi,
For mobile hamburger menu, if you want to make it display at the center, please copy the code below and paste it to the end of Customize > Custom CSS box:
@media only screen and (max-width: 960px){
#navigation .button-menu-mobile {
float: none;
}
}
Best Regards,
PenciDesign