From: Ian Weller Date: Wed, 13 Apr 2016 14:42:34 +0000 (-0400) Subject: added a min height to slideshow image X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5deb95dc116f29541313410d1f1fcd434e708313;p=WP-Themes%2Fgaslightmedia.git added a min height to slideshow image --- diff --git a/css/app.css b/css/app.css index a626493..ad1958b 100644 --- a/css/app.css +++ b/css/app.css @@ -6703,6 +6703,8 @@ h2#block-title { @media screen and (max-width: 1130px) { #slideshow #cat-text p { margin-bottom: 15px; } } + #slideshow img.nivo-main-image { + min-height: 147px; } #slideshow .nivo-caption { background: transparent; position: absolute; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 1e45a8b..fe46e07 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -43,6 +43,9 @@ } } } + img.nivo-main-image{ + min-height: 147px; + } .nivo-caption { background: transparent; position: absolute;