From: Ian Weller Date: Wed, 17 Aug 2016 18:46:56 +0000 (-0400) Subject: making more adjustments at the last second X-Git-Tag: v1.0.0^2~119 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=88c2997f485ea9224ae955842ba7cee556b38634;p=WP-Themes%2Fpetoskeyarea.git making more adjustments at the last second --- diff --git a/assets/social-icons.png b/assets/social-icons.png index 721a90c..0c2db53 100644 Binary files a/assets/social-icons.png and b/assets/social-icons.png differ diff --git a/css/app.css b/css/app.css index da9e892..80134b0 100644 --- a/css/app.css +++ b/css/app.css @@ -6521,7 +6521,7 @@ header { main.page-front { padding-bottom: 0; } } main.page-front #main-content { - padding: 70px 15px 50px; } + padding: 51px 15px 50px; } @media only screen and (max-width: 40em) { main.page-front #main-content { padding-top: 5px; } } diff --git a/footer.php b/footer.php index 795f59e..0cc9739 100644 --- a/footer.php +++ b/footer.php @@ -13,7 +13,7 @@

Get FREE Travel Guides

Put the Petoskey Area at your fingertips

- +
diff --git a/functions.php b/functions.php index fffb3b0..c5c21d6 100644 --- a/functions.php +++ b/functions.php @@ -186,7 +186,7 @@ function glm_get_header() { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); echo ' style="background-image: url('.$image_data[0].');height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px; "'; } else { - echo ' style="background-image: url('.get_template_directory_uri().'/assets/slideshow-image-sample.jpg);height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"'; + echo ' style="background:transparent;height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"'; echo ' class="no-featured"'; } echo '>';