adding static hero css
This commit is contained in:
parent
0e393d94b6
commit
bda832b03e
|
@ -6794,7 +6794,7 @@ body {
|
|||
.wrapper {
|
||||
padding: 30px 0; }
|
||||
|
||||
.wrapper#wrapper-hero {
|
||||
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
||||
padding: 0px; }
|
||||
|
||||
.sticky, .gallery-caption, .bypostauthor {
|
||||
|
|
|
@ -7,7 +7,7 @@ body { padding-top: 50px; }
|
|||
}
|
||||
|
||||
// Reset hero wrapper padding to 0
|
||||
.wrapper#wrapper-hero {
|
||||
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php if ( is_active_sidebar( 'statichero' ) ): ?>
|
||||
<!-- ******************* The Hero Widget Area ******************* -->
|
||||
<div class="wrapper" id="wrapper-statichero">
|
||||
<div class="wrapper" id="wrapper-static-hero">
|
||||
|
||||
<?php dynamic_sidebar( 'statichero' ); ?>
|
||||
|
||||
|
|
Reference in New Issue