Increase Space Between Announcement Bar & Logo On Dawn Theme

I Want It Back Like The First Picture, It’s Like The Second Picture Now. I Did Some Coding & It Became Closer, I Need It Back Spaced Out

Hi @Attractivist , can you share your store url?

www.attractivistapparel.com

PW: Attractivist

@Attractivist , Where is the page in the screenshots you provided?

I Wanna Increase Space Between Announcement Bar & Logo. That Was A Image Banner In The Picture. I Don’t Need Help With That. I Need It To Be Spaced Like The Bottom Picture

@Attractivist , go to base.css and add the following code :

.header__heading-logo {
   
    margin-top: 3rem !important;
}

I Want The Icons To Be Aligned As Well. It Just Moved The Logo

@Attractivist , Add this to your base.css :

.header {
   
    margin-top: 4rem !important;
}
1 Like

Thanks :slightly_smiling_face: