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.
These are the current settings for the header:
Thank you very much in advance ![]()
Goal: Make the Dawn 12 theme’s header and announcement bar thinner on both desktop and mobile.
Context: The requester shared their store URL for review. Screenshots were referenced to show current settings and the desired slimmer result.
Solution provided:
Outcome: The CSS changes worked immediately after copy/paste. The requester confirmed success.
Status: Resolved; no open questions.
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.
These are the current settings for the header:
Thank you very much in advance ![]()
Hi @Nik11
Would you mind to share your store URL? Thanks!
Sure
here it is: www.romapetsboutique.com
Thanks!
Thanks for the info, Do you mean like this?
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!
Done! Simple copy/paste and It worked!!
Thank you so much!!