How can I center the header in my theme layout?

Hello can anyone help me with my theme ? Just move a couple things around my site is Maxfayne.com I want my header to be centered like this

hi @QDub

there are several steps you must follow.

First of all I advise you to make changes to a copy of your template, and then being sure of the changes you can take them to your production page.

  1. modify the header.liquid.

Bring the hamburger menu code to the top of the logo section.

see the picture

next: comment on this same section of the mobile menu and the search icon.

in the image that you placed it did not have it. optional

see the picture

  1. edit the css theme

edit this section of the css

change it for this:

@media only screen and (max-width: 749px) {

.site-header__logo {

padding-left: 22px;

text-align: -webkit-center;

}