also do you have button styles in css? I need button in nav 🙂
To get sticky header try adding following CSS in the Customizer -> Additional CSS
.site-header {
position: fixed;
width: 100%;
}
#main {
padding-top: 90px;
}
Sticky footer – this is more complicated, I must check through.
If you need button in the main navigation (like Download button in Themelia demo):
– add “cta” class to menu item. additional optional classes “br-pill” if you want rounded corners, “shadow-0” to remove shadow. for different styles add one of the following “info, success, primary, secondary, dark, warning, danger”.
See all styles here https://github.com/dariodev/themelia/blob/master/style.css#L1200
Check the screenshot how to add classes http://imgur.com/a/FS9AL