diff --git a/css/owl.carousel.min.css b/css/owl.carousel.min.css old mode 100755 new mode 100644 diff --git a/css/theme.css b/css/theme.css index 632e18c..a663c40 100644 --- a/css/theme.css +++ b/css/theme.css @@ -6794,8 +6794,8 @@ body { .wrapper { padding: 30px 0; } -.wrapper#wrapper-hero, #wrapper-static-hero.wrapper { - padding: 0px; } +.wrapper#wrapper-hero, .wrapper#wrapper-static-hero { + padding: 0px !important; } .sticky, .gallery-caption, .bypostauthor { font-size: inherit; } diff --git a/css/theme.min.css b/css/theme.min.css index c52364a..72ce7c1 100644 --- a/css/theme.min.css +++ b/css/theme.min.css @@ -1554,7 +1554,7 @@ td.visible-print,th.visible-print{display:table-cell!important} .fa,.fa-stack{display:inline-block} body{padding-top:50px} .wrapper{padding:30px 0} -.wrapper#wrapper-hero{padding:0} +.wrapper#wrapper-hero,.wrapper#wrapper-static-hero{padding:0!important} .bypostauthor,.gallery-caption,.sticky{font-size:inherit} .wrapper#wrapper-sticky{border-bottom:1px solid #eee} /*! diff --git a/sass/understrap/understrap.scss b/sass/understrap/understrap.scss index 9fe8f21..b4d0292 100644 --- a/sass/understrap/understrap.scss +++ b/sass/understrap/understrap.scss @@ -7,7 +7,7 @@ body { padding-top: 50px; } } // Reset hero wrapper padding to 0 -.wrapper#wrapper-hero, #wrapper-static-hero { +.wrapper#wrapper-hero, .wrapper#wrapper-static-hero { padding:0px!important; }