From: Ian Weller Date: Fri, 4 Dec 2015 19:52:34 +0000 (-0500) Subject: quirey added to hack X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=60041429b809d91579d37d0796567e5cc445c589;p=WP-Themes%2Fupwatertrails.git quirey added to hack --- diff --git a/header.php b/header.php index 6480581..f3d4097 100644 --- a/header.php +++ b/header.php @@ -13,10 +13,18 @@ #slideshow { top: -170px; width: 100vw; + @media only screen and (max-width: 1024px) { + top: 0; + position: relative; + } } *::-ms-backdrop, #slideshow { top: -170px; width: 100vw; + @media only screen and (max-width: 1024px) { + top: 0; + position: relative; + } } }