How to move navigation menu closer to the logo?

In Theme Editor,

The position of my logo is: central above.

I want to move the navigation menu closer to the logo.

Please help.

1 Like

Hi @EdensBakehouse
Plase, share your store URL. Thanks!

https://edensbakehouse.nl/

visitors password: yuidri

Thanks for the info, try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 989px){
nav.header__inline-menu {
    margin-top: -20px !important;
}

h1.header__heading a.header__heading-link {
    padding-bottom: 0;
}
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like

Hi @EdensBakehouse ,

You are currently using a logo with excessive height. I recommend using a logo with reduced height. I have cropped your logo, and you can use this version to minimize the size of the header. Please download the logo below and use it.

Logo: https://cdn.shopify.com/s/files/1/0419/8504/8729/files/Logo_3_1.png?v=1733754615

To further reduce the spacing, you can follow the steps below:

Steps:

  1. Go to Online Store.
  2. Click Edit Code.
  3. Find the theme.liquid file.
  4. Add the following code just above the tag.

If you need further assistance optimizing your store, please don’t hesitate to reach out. If you find this information helpful, a Like would be greatly appreciated. If this resolves your issue, please Mark it as Solution!

Best regards,
Makka

It worked!

Thank you very much for the quick replies.