From: Anthony Talarico Date: Thu, 10 Nov 2016 20:34:43 +0000 (-0500) Subject: removing arrows and slideshow image caption from mobile view to save space X-Git-Tag: v1.0.0^2~78 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=de5b3b133cda125b825060e26a70b337470dafbb;p=WP-Themes%2Funiversitycenter.git removing arrows and slideshow image caption from mobile view to save space --- diff --git a/css/app.css b/css/app.css index fe7b01d..61d5d95 100644 --- a/css/app.css +++ b/css/app.css @@ -6686,7 +6686,7 @@ nav.top-bar { left: 84%; right: 0; } #slideshow .theme-default a.nivo-prevNav { - left: 70%; + left: 72%; right: 0; } } @media only screen and (max-width: 40em) { #slideshow .theme-default a.nivo-nextNav { diff --git a/scss/plugins/_metaSlider.scss b/scss/plugins/_metaSlider.scss index bc512cc..43c8c7f 100644 --- a/scss/plugins/_metaSlider.scss +++ b/scss/plugins/_metaSlider.scss @@ -55,7 +55,7 @@ right: 0; } .theme-default a.nivo-prevNav { - left: 70%; + left: 72%; right: 0; } }