header
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
9 changed files
with
5 additions
and
4 deletions
| ... | @@ -14817,7 +14817,7 @@ input[type=checkbox] { | ... | @@ -14817,7 +14817,7 @@ input[type=checkbox] { |
| 14817 | .full-image, | 14817 | .full-image, |
| 14818 | .image-loaded { | 14818 | .image-loaded { |
| 14819 | height: 530px; | 14819 | height: 530px; |
| 14820 | background-position: top right; | 14820 | background-position: center; |
| 14821 | background-size: cover; | 14821 | background-size: cover; |
| 14822 | width: 100%; | 14822 | width: 100%; |
| 14823 | position: relative; | 14823 | position: relative; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -20,7 +20,7 @@ if ( is_front_page() ) { | ... | @@ -20,7 +20,7 @@ if ( is_front_page() ) { |
| 20 | $wrapper_id = 'full-width-page-wrapper'; | 20 | $wrapper_id = 'full-width-page-wrapper'; |
| 21 | 21 | ||
| 22 | ?> | 22 | ?> |
| 23 | <div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);"> | 23 | <div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);"> |
| 24 | <div class="full-image"> | 24 | <div class="full-image"> |
| 25 | <?php $hero_content = apply_filters('the_content', get_post_meta(get_the_id(), 'hero_content', true)); | 25 | <?php $hero_content = apply_filters('the_content', get_post_meta(get_the_id(), 'hero_content', true)); |
| 26 | if (!empty($hero_content)) {?> | 26 | if (!empty($hero_content)) {?> | ... | ... |
| ... | @@ -151,7 +151,7 @@ | ... | @@ -151,7 +151,7 @@ |
| 151 | .full-image, | 151 | .full-image, |
| 152 | .image-loaded { | 152 | .image-loaded { |
| 153 | height: 530px; | 153 | height: 530px; |
| 154 | background-position: top right; | 154 | background-position: center; |
| 155 | background-size: cover; | 155 | background-size: cover; |
| 156 | width: 100%; | 156 | width: 100%; |
| 157 | position: relative; | 157 | position: relative; | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: Tenzing Communications | 5 | Author: Tenzing Communications |
| 6 | Author URI: https://tenzingbrand.com | 6 | Author URI: https://tenzingbrand.com |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.008 | 8 | Version: 1.1.009 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment