adding static hero css

This commit is contained in:
Holger 2015-08-13 14:59:31 +02:00
parent 0e393d94b6
commit bda832b03e
3 changed files with 3 additions and 3 deletions

View File

@ -6794,7 +6794,7 @@ body {
.wrapper { .wrapper {
padding: 30px 0; } padding: 30px 0; }
.wrapper#wrapper-hero { .wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
padding: 0px; } padding: 0px; }
.sticky, .gallery-caption, .bypostauthor { .sticky, .gallery-caption, .bypostauthor {

View File

@ -7,7 +7,7 @@ body { padding-top: 50px; }
} }
// Reset hero wrapper padding to 0 // Reset hero wrapper padding to 0
.wrapper#wrapper-hero { .wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
padding:0px; padding:0px;
} }

View File

@ -1,6 +1,6 @@
<?php if ( is_active_sidebar( 'statichero' ) ): ?> <?php if ( is_active_sidebar( 'statichero' ) ): ?>
<!-- ******************* The Hero Widget Area ******************* --> <!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-statichero"> <div class="wrapper" id="wrapper-static-hero">
<?php dynamic_sidebar( 'statichero' ); ?> <?php dynamic_sidebar( 'statichero' ); ?>