I like everything about the theme, but would like the menu to scroll up and not be sticky.
Thoughts?
I like everything about the theme, but would like the menu to scroll up and not be sticky.
Thoughts?
You can do that adding the following code in code injection:
<style>
.site-nav-main {
position: relative;
}
</style>
Originally the position attribute is set as fixed
.