Dawn theme - Header section - How to change the height?

Hi everyone,

Wondering how to code edit the height of the Header in the Dawn theme?

Preview link to my store:

https://oyqdxz872xvla8xj-15517073.shopifypreview.com

Thanks in advance!

1 Like

Hii, @Myellagroup
Do you want to look like this?

Thank You.

Hi @Zworthkey

Thanks for getting back.

Yes, but maybe a little bit taller so that there’s more space between the top of the wings and the black announcement.

Thanks

hii, @Myellagroup
Paste this code on top of the base.css file.

@media only screen and (min-width: 992px) {
header.header.header--middle-left.page-width.header--has-menu {
    height: 95px !important;
    margin-top: -15px !important;
}
}

Thank You.

2 Likes

Hi @Zworthkey

Yes, it worked! Thank you very much!

1 Like

Hi can you tell me where exactly to place the code? Trying to do the same…

It was super simple & useful!