From: Laury GvR Date: Thu, 31 May 2018 17:07:31 +0000 (-0400) Subject: Change featured image height padding fro 25% to 22% X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ecc627304efcd755ba9d9c57ad23880af1dc3c7f;p=WP-Themes%2Fmurdicksmackinacfudge.git Change featured image height padding fro 25% to 22% --- diff --git a/functions.php b/functions.php index 2209a6d..e48ae48 100644 --- a/functions.php +++ b/functions.php @@ -80,7 +80,7 @@ function glm_get_header($memberID = false) { $default_image_path = false; $default_member_image_path = $default_image_path; $featured_classes[] = "featured-image"; - $default_background_styles = 'height:0;max-height: 420px;padding:0;padding-bottom:25%;' + $default_background_styles = 'height:0;max-height: 420px;padding:0;padding-bottom:22%;' . 'background-position:center center;background-size: cover;background-repeat:no-repeat;'; //$default_member_background_styles = $default_background_styles;