Make the navigation bar in the <header> section dynamically fixed so when you scroll down you still have the menu at hand and can easily check your remaining points. For better results, it could be dynamically switched to fixed only when you are a couple of lines down so it will still keeps in its place when you are at the top. For this to work, you may need to play with z-index.

Example:

header {
    background-image: linear-gradient(#515763 0%, #2f3540 100%);
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
9 years ago

Comment has been collapsed.

Endorse this suggestion?

View Results
Yes
No

I don't know code, but I think this causes the header bar to be persistent and remain at the top of the page while scrolling. If that's the case, then I definitely support this change.

9 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 1 year ago.

9 years ago
Permalink

Comment has been collapsed.

Use the ++ addon

9 years ago
Permalink

Comment has been collapsed.

This suggested has been rejected by the admin multiple times. It's a good feature for a user add-on.

9 years ago
Permalink

Comment has been collapsed.

Closed 9 years ago by bobofatt.