> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/advanced-features/sticky-sections.md).

# Sticky Sections

## Stick Section

<figure><img src="/files/rQm9w1xeldC6q649Ecmo" alt=""><figcaption></figcaption></figure>

In Maker, the Sticky setting locks a section into place so that it does not disappear when the user scrolls down the page. In other words, it is accessible from anywhere on the story without having to scroll. Sticky setting used with anchors is handy on long pages making in-page navigation easy. In addition, sticky grids work great with navigation and CTA's that always appear as the user scrolls the page, leading to better conversion, reduced bounce rate, and customer experience.To enable the setting, select the grid that will be sticky and toggle ON sticky from the grid contextual panel on the main desktop breakpoint. Once the sticky setting is toggled on, you will see additional options for the section's sticky behavior and placement.

Behavior - Sticky sections can be "fixed" on the page, so they are always in view. A good use case would be for sticky sections on the top or bottom of the story. Selecting the option "Sticky" from the behavior dropdown allows the section to become sticky only after a user scrolls past that section. A good use case for this would be in the middle of the story.

Position -Select the position of the sticky section- top or bottom. In addition, manually offset it by adding the exact pixel value.

<figure><img src="/files/otc4SHHAeXm3llBIn45t" alt=""><figcaption></figcaption></figure>

Note : The option to add a sticky section is available only on the main desktop breakpoint. If you currently have another sticky element, like a navigation bar, on your page in addition to the one in the Maker story, please contact <support@maker.co> for instructions on using the "Stick to element" feature.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-pages/advanced-features/sticky-sections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
