diff options
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 7a9e35226..81532022b 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -273,6 +273,10 @@ body.mappage { body.mappage { #stevenage_cc_header { position:absolute; + top:0; + } + .content{ + margin-top:6em; } // The below is *mandatory* to allow pins/zoom to be clickable in IE6/7. Do NOT remove. .container { |