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!
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!
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.
Hi @Zworthkey
Yes, it worked! Thank you very much!
Hi can you tell me where exactly to place the code? Trying to do the same…
It was super simple & useful!