Dawn theme center the header without affecting the logo

https://schaschlyk.de

password: leeklas

is there a way to center the navigation while the rest remains? also without changing the mobile version

Hello @schaschlyk ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->base.css-> paste bellow code in bottom of file
.header__inline-menu {
    margin: 0 auto !important;
}

Thanks

Hello,

My site is: fosterfinds.com

I tried the same code to center the navigation, but I don’t see any changes to my header.

Need Help please!

the code worked for me with out any problems at all.

maybe you have some additional code somewhere that affects the header, which makes this code useless? i dont know.