adding static hero css
This commit is contained in:
parent
0e393d94b6
commit
bda832b03e
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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' ); ?>
|
||||||
|
|
||||||
|
|
Reference in New Issue