From: Anthony Talarico Date: Wed, 31 Oct 2018 17:20:51 +0000 (-0400) Subject: reducing the sidebar epicenter blog logo and font size X-Git-Tag: 1.2.40^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6551fac8a3a30ea50cb3b44d3c29deb69290c559;p=WP-Themes%2Fmountpleasantwow.git reducing the sidebar epicenter blog logo and font size --- diff --git a/css/app.css b/css/app.css index 4772725..25c74bc 100644 --- a/css/app.css +++ b/css/app.css @@ -8247,14 +8247,24 @@ a#calendar-link { color: white; } #epicenter-excerpt { - margin-top: 20px; } + margin-top: 45px; } + #epicenter-excerpt div.sidebar-image-container { + text-align: center; + margin-bottom: 15px; } + #epicenter-excerpt div.sidebar-image-container img { + text-align: center; + max-width: 180px; } #epicenter-excerpt #epicenter-post-date { color: grey; - font-style: italic; } + font-style: italic; + font-size: 15px; } #epicenter-excerpt h3 { - font-size: 21px; + font-size: 19px; line-height: 1.1; margin-top: 15px; } + #epicenter-excerpt p { + font-size: 15px; + line-height: 1.2; } .search-top #searchform { text-align: left; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 6e6673e..a27ad34 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -234,17 +234,32 @@ a#calendar-link { color: white; } #epicenter-excerpt{ - margin-top: 20px; + margin-top: 45px; + + div.sidebar-image-container{ + text-align: center; + margin-bottom: 15px; + img{ + text-align: center; + max-width: 180px; + } + } + #epicenter-post-date{ color: grey; font-style: italic; + font-size: 15px; } h3{ - font-size: 21px; + font-size: 19px; line-height: 1.1; margin-top: 15px; a{ // text-decoration: underline; } } + p{ + font-size: 15px; + line-height: 1.2; + } } \ No newline at end of file diff --git a/sidebar.php b/sidebar.php index 880d2c4..f94d0da 100644 --- a/sidebar.php +++ b/sidebar.php @@ -19,13 +19,13 @@ Newsletter Signup
-
+
1, - 'category' => '53', + 'category' => '2', 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'post',