How can I change the header size in Dawn 12 theme?

Solved

How can I change the header size in Dawn 12 theme?

Nik11
Excursionist
12 0 4

Hi, 

Can someone please help me figure out how to change the size of the header & announcement bar. I would like for both of them to be thinner, on desktop and mobile.

 

Nik11_0-1705945832229.png

 

These are the current settings for the header:

Nik11_1-1705945885491.png

 

Thank you very much in advance 🙂 

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Thanks for the info, Do you mean like this?

Made4uoRibe_0-1705953870744.png

i already take all out the padding. But if you like to make it more you need to lesser the logo. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

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:

 

.announcement-bar__message.h5 {
    min-height: 2rem;
    padding-bottom: 0px;
    padding-top: 8px;
}

.header__heading-link {
    padding: 0 .75rem;
}
.header {
    padding: 0px 10px !important;
}

 

And Save.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @Nik11 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Nik11
Excursionist
12 0 4

Sure 🙂 here it is: www.romapetsboutique.com

Thanks!

Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Thanks for the info, Do you mean like this?

Made4uoRibe_0-1705953870744.png

i already take all out the padding. But if you like to make it more you need to lesser the logo. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

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:

 

.announcement-bar__message.h5 {
    min-height: 2rem;
    padding-bottom: 0px;
    padding-top: 8px;
}

.header__heading-link {
    padding: 0 .75rem;
}
.header {
    padding: 0px 10px !important;
}

 

And Save.

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Nik11
Excursionist
12 0 4

Done! Simple copy/paste and It worked!! 😄 Thank you so much!!