> For the complete documentation index, see [llms.txt](https://foxecom.gitbook.io/minimog-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foxecom.gitbook.io/minimog-theme/faqs/generic/sticky-header-when-scrolling.md).

# Sticky header when scrolling

<div data-full-width="true"><figure><img src="/files/1OZ2q7N6tFYitFzBKwTz" alt=""><figcaption><p><a href="https://foxecom.com/pages/affiliate?utm_source=minimog%2Bhelp%2Bcenter&#x26;utm_medium=banner&#x26;utm_campaign=foxaffiliatelaunch2024">Explore FoxEcom Affiliate Program now </a><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span></p></figcaption></figure></div>

If you want your header section to be visible when scrolling up and down, kindly check the following steps.

1. From your Shopify admin, go to **Online store.**
2. Locate the theme you want to make changes, click **Action** > **Edit code**.
3. Find **Assets** > **custom.css.liquid** file and add the custom CSS below:

* For Minimog version 3.5.0 and older:

```
.scroll-down.stuck .header__wrapper {
transform: none !important;
}
```

* For Minimog version 4.0.0 and above:

```
.scroll-down.stuck .m-header__wrapper {
transform: none !important;
}
```

4\. Click **Save** to finish.
