reducing the height of the testimonial rotator widget
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 22 Aug 2018 14:40:59 +0000 (10:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 22 Aug 2018 14:40:59 +0000 (10:40 -0400)
style.css

index c9a295c..f1be768 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2846,8 +2846,18 @@ video {
 html body header#masthead #site-navigation ul>li.menu-item>a{
     font-size: 16px;
 }
-html body.home #content .parallax-section:nth-child(4) .mid-content>h2 {
+html body.home #content .parallax-section:nth-child(4) .mid-content >h2 {
     display: block;
+    margin-bottom: 5px;
+}
+html body.home #content .parallax-section:nth-child(4) .mid-content > .parallax-content > .page-content > .testimonial_rotator_wrap{
+    margin-top: 0px;
+}
+html body.home #content .parallax-section:nth-child(4) .mid-content{
+    padding-bottom: 0px;
+}
+html body.home #content .parallax-section:nth-child(4) .mid-content > .parallax-content > .page-content{
+    margin-top: 0px;
 }
 html body.home #content .parallax-section:nth-child(3), html body.home #content .parallax-section:nth-child(2){
     border-top: 4px solid #AE8B5F;
@@ -2861,4 +2871,4 @@ html body.home #content .parallax-section:nth-child(3), html body.home #content
     .no-featured{
         padding: 25px;
     }
-}
\ No newline at end of file
+}