From: Ian Weller Date: Fri, 4 Dec 2015 20:01:04 +0000 (-0500) Subject: more adds to hack X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=baac1aa69c6559aa0c95d6bc8b8d960a388f78d6;p=WP-Themes%2Fupwatertrails.git more adds to hack --- diff --git a/header.php b/header.php index f3d4097..428b127 100644 --- a/header.php +++ b/header.php @@ -13,18 +13,20 @@ #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; - } + } + } + @media only screen and (max-width: 1024px) { + #slideshow { + top: 0; + position: relative; + } + *::-ms-backdrop, #slideshow { + top: 0; + position: relative; } }