Dawn Theme | Header logo Spacing adjustment

Hi Shopify community!

I’ve been trying to adjust the spacing of the logo and menu items but having a hard time on what property to adjust.

Any help or suggestion would be appreciated.

Thank you in Advance!

https://fertile-ground.co/

1 Like

Hello There,

Please share your store password.
So that I will check and let you know the exact solution here.

1 Like

oops sorry bout that!

I sent you a message! please check your inbox

Thanks!

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset → base.css and paste this at the bottom of the file:
.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
    max-width: 1500px;
}
.header {
    max-width: 1500px;
}

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.