I am having trouble getting my navbar to actually stick to the top of my portfolio page as I scroll down. Any help you can offer is greatly appreciated.
using codepen, you shouldn’t include <head> in the html section. include the meta tags, external stylesheets and javascript via settings just like how you included jquery.min.js. currently you’re including bootstrap.js v3.3 in the html section and v4 under settings. tis best to include just 1 version (bootstrap css and js should have same ver)
Sticky-top not so sticky
the sticky-top class is defined by bootstrap and should be working without the need of adding new css rules. tis not working because tis a bootstrap 4 feat, you included bootstrap v3.3 css. also, navbar fixed-top is different from sticky-top.