rlengvenis / scroller

A simple jQuery plugin for one page navigation
3 stars 11 forks source link

Fixed Header #1

Open jonny5yo opened 7 years ago

jonny5yo commented 7 years ago

I have a fixed header that is taking up 137px. How can I offset this to still make it work. As of right now it is off.

rlengvenis commented 6 years ago

Don't know if I understand you correctly. Have you tried to change css to the following?

header { height: 137px; padding: 80px 20px; }