Hello,
My hub site has a header for multiple pages, and I am looking to create either "sticky" or "fixed" navbars to direct the user to subheaders within each page. I have code for buttons that can direct the user to the header, but would like these to be visible when the user scrolls throughout the page. I've tried tinkering with the following code I have for the buttons to try and do this, but no luck. Has anyone been able to do this? Thanks!
Current button code:
<div id="navbar">
<div class="text-center">
<a style="text-decoration:none;" href="#First Header" class="btn btn-default" role="button">First Header</a>
</div></div>