From: Ian Weller Date: Thu, 22 Oct 2015 14:09:25 +0000 (-0400) Subject: added height to right element X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e7e00769f435dbe6211ee96616ea84cb0540395c;p=WP-Themes%2Fglmthemes%2Fmountpleasant-theme.git added height to right element --- diff --git a/css/app.css b/css/app.css index e5cc44f..b368b7d 100644 --- a/css/app.css +++ b/css/app.css @@ -6994,12 +6994,13 @@ main.search-results #head-img { #slideshow { position: relative; margin-top: -295px; - z-index: -1; - max-height: 605px; } + z-index: -1; } @media only screen and (max-width: 40em) { #slideshow { margin-top: -140px; max-height: 230px; } } + #slideshow .metaslider { + max-height: 615px; } #slideshow #caption { background: rgba(0, 0, 0, 0.75); color: #FFFFFF; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index d37add7..762acb1 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -3,11 +3,13 @@ margin-top: -295px; // top: -185px; z-index: -1; - max-height: 605px; @media #{$small-only} { margin-top: -140px; max-height: 230px; } + .metaslider { + max-height: 615px; + } #caption { background: rgba(0, 0, 0, 0.75); color: $white;