Change space between header and menu and make header appear on every site?

Hello,

can someone tell me how to reduce the distance between header and menu bar and furthermore how to make the announcment bar appear on every site (collections etc.)

website: aliudclothing.com

password: authentic!

Theme: Brooklyn

Thanks :slightly_smiling_face:

Hey @KimGottwald

Follow these Steps:

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

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi, @KimGottwald .

You can try this code: it will be helpful to you

Go to the online store theme and go to base.css file paste the code mentiond below.

.header-container.drawer__header-container .site-header {
    margin-top: 24px;
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!