Hey! First of all, lovely theme, it looks great, and it works great! I'm just wondering, is there any way to get the header following thing off when scrolling down? I see the header following when scrolling quite annoying. Is there a way in the custom css I can edit and fix it so it will stay on top, and not follow on when i'm scrolling? Thanks! :)
Hello inystad! I’m glad you like it. Here is how you can change that:
First go to Customize -> Advanced -> Copy the following code to “Add custom CSS”:
body { padding: 0; }
#header { position: static; margin: 0 0 44px; }
Please get back to me if it fixed you problem or not :)
Thanks!