Hi all,
I have been trying to code a Sticky SideBar Table of contents for the Dawn theme.
I just want to add it at my Blog posts.
Here’s what I am looking for: https://ahrefs.com/blog/ahrefs-for-content-marketers/
I have been coding the following with no luck at all.
- Snippets > ‘table-of-contents.liquid’
### Table of Contents
- And then adding this code to ‘main-article.liquid’:
{% include 'table-of-contents' %}
.table-of-contents {
position: -webkit-sticky;
position: sticky;
top: 20px;
}
Any help is well received.
Thank you,