I changed the min-height from 400px to 300px. I also updated everything
to ensure the style update is right.
if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
echo '<header id="still" style="background: url('.$image_data[0].');'
- . 'min-height: 400px;max-height: 400px;"></header>';
+ . 'min-height: 300px;max-height: 400px;"></header>';
} else {
echo '<header id="still" style="background: url('.get_template_directory_uri().'/assets/default-header.jpg);'
. 'min-height: 400px;max-height: 400px"></header>';
<title>Emmet County Recycling</title>
<title><?php wp_title(); ?></title>
<?php wp_head();?>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.5" />
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.8" />
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme created for Emmet County's Recycling Center.
-Version: 1.1.6
+Version: 1.1.8
*/