Make Header Equal on All Pages

How can I make my header equal on all pages? I have the same settings for each page, but my header is still lower on my homepage than on the other pages. My website is pgks0a-1k.myshopify.com and password eafras

Hi @br4t

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

sticky-header { martin-top: 20px; }

Hi @br4t

Edit theme code:

.header-wrapper .header {
  margin-top: 0px;
}