Separating my header from my image banner

Hello,

My store is called Little Lullabuy,

And I am trying to separate my header bar and my image banner by 5 px. I don’t necessarily want them touching how they are now. Is this can be done please let me know. Thank you

Hi @Ctmph2022 ,

I understand you want to separate my header bar and my image banner by 5 px.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css”.
  4. At the bottom of the file, add the following CSS code:
.banner.banner--content-align-center {
    margin-top: 5px;
}

Result: