From 08eb6630e6861a8b98dc399874ec6bdffa21b07e Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 28 Aug 2014 16:05:13 -0700 Subject: [PATCH] [FIX] h3/h4s hidden under header when linked --- css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/custom.css b/css/custom.css index b77bf205c4..c9b49a31e9 100644 --- a/css/custom.css +++ b/css/custom.css @@ -48,6 +48,12 @@ body .content-root { width: 100%; } +.content h4, body:not(.big-h3) .content h3 { +/* Fix for anchor links hiding under fixed header */ + padding-top: 80px; + margin-top: -50px; +} + .menubar { padding-top: 10px; }