diff --git a/wp-content/themes/twentythirteen/inc/custom-header.php b/wp-content/themes/twentythirteen/inc/custom-header.php index 69afbcc9ed..b6d829ac79 100644 --- a/wp-content/themes/twentythirteen/inc/custom-header.php +++ b/wp-content/themes/twentythirteen/inc/custom-header.php @@ -85,7 +85,7 @@ function twentythirteen_header_style() { if ( ! empty( $header_image ) ) : ?> .site-header { - background: url() no-repeat scroll top; + background: url() no-repeat scroll top; background-size: 1600px auto; } -
+