Hi, It usually shows up in the center on most sites. Have you added anything that changed it?
I think it will fix it if you change the text-align: left
to text-alignn: center;
….Then it will show up in the middle.
Line 1451 in your CSS –
/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
cursor: pointer;
display: none;
margin-bottom: 10px;
text-align: left;
}