From: Laury GvR Date: Mon, 10 Aug 2015 20:11:46 +0000 (-0400) Subject: A bit more space atop nivo controlNav X-Git-Tag: v1.0.0^2~92 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=eb2dfef7567dfd3d7cff20420632c02aa15bbdd2;p=WP-Themes%2Fwesternup.git A bit more space atop nivo controlNav --- diff --git a/css/app.css b/css/app.css index 236c653..604788e 100644 --- a/css/app.css +++ b/css/app.css @@ -6805,7 +6805,7 @@ h4 { top: 0; } } #slideshow .nivo-controlNav { position: absolute; - top: 20px; + top: 40px; left: 35%; } #slideshow .nivo-controlNav a { background: #FFFFFF; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 0b62269..3af2950 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -9,7 +9,7 @@ } .nivo-controlNav { position: absolute; - top: 20px; + top: 40px; left: 35%; & a { background: $white;