From: Anthony Talarico Date: Fri, 11 Nov 2016 18:01:04 +0000 (-0500) Subject: reducing padding in the metaslider caption text so that it does't hit the nav buttons X-Git-Tag: v1.0.0^2~75 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dc73d0b2eaa82074e347132f30cb671b0ea35957;p=WP-Themes%2Funiversitycenter.git reducing padding in the metaslider caption text so that it does't hit the nav buttons --- diff --git a/css/app.css b/css/app.css index 47b10c9..62aa116 100644 --- a/css/app.css +++ b/css/app.css @@ -6701,7 +6701,7 @@ nav.top-bar { right: 0; width: 100%; font-size: 26px; - padding-left: 25%; + padding-left: 15%; padding-top: 25px; } } @media only screen and (max-width: 40em) { #slideshow .nivo-caption { @@ -6730,7 +6730,7 @@ nav.top-bar { width: 188px; position: relative; height: 85px; - left: 70%; + left: 75%; top: 10%; } } @media only screen and (max-width: 40em) { diff --git a/scss/plugins/_metaSlider.scss b/scss/plugins/_metaSlider.scss index 346907c..00b4e79 100644 --- a/scss/plugins/_metaSlider.scss +++ b/scss/plugins/_metaSlider.scss @@ -75,7 +75,7 @@ right: 0; width: 100%; font-size: 26px; - padding-left: 25%; + padding-left: 15%; padding-top: 25px; } } @@ -109,7 +109,7 @@ width: 188px; position: relative; height: 85px; - left: 70%; + left: 75%; top: 10%; } } diff --git a/sections/header.php b/sections/header.php index c2ae871..8de79d6 100644 --- a/sections/header.php +++ b/sections/header.php @@ -1,6 +1,6 @@
- +
X