How can I adjust the header size in the Dawn theme?

How can I adjust the header size in the Dawn theme?

paule3
Excursionist
29 1 5

I am trying to reduce the size of the header on the dawn theme.  Does anyone know how to do this. Thank you in advance.

Reply 1 (1)

PageFly-Victor
Shopify Partner
7865 1786 3123

Hi @paule3 !

 

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

 

Please paste this code;

 

 1. Go to Online Store->Theme-> Edit code

2. Asset->/ base.css  ->paste below code at the bottom of the file.

 

@media screen and (min-width: 990px){
.header__heading-logo {width: 40% !important;}
.header {padding-top: 0rem !important;padding-bottom: 0rem !important;}
}

 

Best Regards;

Pagefly