Logo centre

hi, i am using dawn theme i want to keep the logo at centre and split the menu

https://4b1e5b-36.myshopify.com/?_ab=0&_fd=0&_sc=1

password: “niecum”

Add this code in your base.css file:

a#HeaderMenu-contact {
  margin-right: 190px;
}

ul.list-menu.list-menu--inline {
  top: 9%;
  position: absolute;
  transform: translate(-50%, 50%);
}

Result: