kishaningithub / hugo-creative-portfolio-theme

Port of the creative portfolio theme to Hugo
https://themes.gohugo.io/hugo-creative-portfolio-theme/
MIT License
447 stars 292 forks source link

How to create a fixed Menu on scroll? #81

Open pamelamartello opened 4 years ago

pamelamartello commented 4 years ago

Hello,

I was wondering if and how to make the MENU to appear fixed when scrolling down.

Any insights would be appreciated

Thanks a lot

zhuganglie commented 4 years ago

+1 I tried #sidebar {position: fixed} but no luck.

Prashu-01 commented 2 years ago

Hey @pamelamartello, what about #slidebar {position: fixed} and then setting the "margin-top" of the top most element to 4rem.