Home › Forums › Support › Add automatic jump mark menu to sidebar This topic has 6 replies, 2 voices, and was last updated 2 years, 9 months ago by Ying. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts July 22, 2022 at 11:10 am #2290901 Cathrin Dear GeneratePress-Team I want to add a left sidebar with the sub-headlines of the blog as jump marks in the left sidebar to make navigation through the blogpost easier. I am not sure how to implement this? Your help is highly appreciated. All the best, Cathrin July 22, 2022 at 11:12 am #2290905 YingStaff Customer Support Hi Cathrin, Do you mean a table of content? The easiest way is to use a table of content plugin. July 22, 2022 at 11:15 am #2290907 Cathrin Yes, that is what I mean! Ah I see! Thank you, I will try that. And I can use that in the widget area? July 22, 2022 at 11:23 am #2290910 YingStaff Customer Support It depends on how the plugin generates the table, it usually can be added in using a widget or a block element – hook. July 22, 2022 at 11:45 am #2290916 Cathrin Great thank you. I got that to work. Last question – I am trying to make this sidebar sticky on scroll. However it doesn’t work. It does work when I set the position to fixed. My current code that is not working: @media(min-width: 769px) { .scroll_detail { position: -webkit-sticky; position: sticky; top: 0px; } } July 22, 2022 at 11:45 am #2290917 Cathrin Thank you! July 22, 2022 at 2:01 pm #2290982 YingStaff Customer Support Try this, if you are using right sidebar, change the leftto right. @media (min-width: 769px) { .left-sidebar .inside-left-sidebar { position: -webkit-sticky; position: sticky; top: 0px; } } Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In