Hey everyone, a little stuck here! I found this tutorial on forum for using CSS to make a sidebar sticky. After running through the tutorial here I’m a bit stumped! I’ve imported the Sticky CSS code into my custom settings and I can’t seem to get it working. If anyone can give me a hand I would so appreciate it! This has me scratching my head
Then I put the an unordered list into a div that is set as flex child to 20% and named the divblock class sidebar just as it is in the code above. You could change the code to whatever your div class name is though. Finally, I just added the right amount of to the top and bottom so it sat flush with the sections I made.
As far as the highlighted menu, I just put list items in an unordered list element then a link text inside of each of those. Once that was done I created each section (res sec ind wrapper is the class) and gave it the appropriate ID for in-page linking then set each link in the unordered list to its respective section. Finally, I just made the current state section have a darker font and a 2px boarder on the left side. If you take a look at my read only link it’s pretty self explanatory but if you have any questions let me know and I can help you out!