found the right hack and added it to header.php
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:18:46 +0000 (14:18 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:18:46 +0000 (14:18 -0500)
header.php

index 485c5d3..6480581 100644 (file)
@@ -8,14 +8,19 @@
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
-    <![if IE]>
-      <style>
-        #slideshow {
-            top: -170px;
-            width: 100vw;
+    <style>
+        @media all and (-ms-high-contrast:none) {
+            #slideshow {
+                top: -170px;
+                width: 100vw;
+            }
+            *::-ms-backdrop, #slideshow {
+                top: -170px;
+                width: 100vw;
+            }
         }
-      </style>
-    <![endif]>  
+    </style>
+      
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>