thanks for posting @MinusH2O . I changed the values you gave to the following to fix the header on my page.
#PageContainer {
padding-top: 201px;
}
@media screen and (max-width: 749px) {
#PageContainer {
padding-top: 301px;
}
}
Implementation of Sticky Header for Debut Theme
This thread provides a tutorial for adding a sticky/fixed header to Shopify’s Debut theme, with two options:
Both require adding CSS code to theme.scss.liquid and JavaScript to theme.js.
Common Issues Reported:
Alternative Solutions:
Several users offer modified code snippets and workarounds. One contributor promotes a free professional solution via external link.
Status: The discussion remains ongoing with unresolved issues for many users, particularly around the content overlap and page-load animation problems. The tutorial is unsupported by Shopify and specific to unmodified Debut theme.