How can I rearrange items on my website's header bar?

Hello!

My website is below:

https://drizzilicious.myshopify.com/

password is: geufau

We want to move the items on the menu bar to the left, keep the logo centered, and move the other menu bar items on the right over to the far right..

Is there a way to do this? Also, can we keep the menu items on 1 line instead of 2? It looks like find us in store went to 2 lines but I think it should be able to fit on one.

thanks!!

Hello @Mattinnovations ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.header.header--middle-center.header--mobile-center.page-width.header--has-menu {
    max-width: 100% !important;
}

Thanks

Thank you!!