edmit Posted August 16, 2013 Posted August 16, 2013 In the Aviator template, on the home page I'm trying to make my navigation menu fixed (or static), how can I do that?
kale Posted August 16, 2013 Posted August 16, 2013 Try adding this to the 'Page Settings' > 'Advanced' > 'Page Header Code Injection' (on the page you want this to be applied, so the homepage for you). Be sure to include the style tags <style> #main-navigation { position: fixed; } </style>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.