When your website means business.

CSS | Type: CSSFixing Fixed Header Problems

html body { 
   position:static !important; 
} /*fixes many(!) issues caused by fixed header*/

.anchor::before { 
   display: block; 
   content: " "; 
   margin-top: -75px; 
   height: 75px; 
   visibility: hidden; 
   pointer-events: none; 
} /*offsets anchor position so that anchor isn't hidden by fixed header*/
Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice