page anchor tag below header
// For modern browsers, just add the CSS3 :target selector to the page. // This will apply to all the anchors automatically. // ref: http://stackoverflow.com/a/21707103/6220029 :target { display: block; position: relative; top: -120px; visibility: hidden; }