From: Anthony Talarico Date: Wed, 22 Aug 2018 14:40:59 +0000 (-0400) Subject: reducing the height of the testimonial rotator widget X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=be24f64e6f44fe68743382542b76ecafd93a8390;p=WP-Themes%2Fnorthlandstorage.git reducing the height of the testimonial rotator widget --- diff --git a/style.css b/style.css index c9a295c..f1be768 100644 --- 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 +}