From: Anthony Talarico Date: Wed, 18 Apr 2018 16:40:32 +0000 (-0400) Subject: switching the header band and the industries section on front page X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=83f804efe3108e8e1cb63e140be4f14b18941de2;p=WP-Themes%2Fnpoint.git switching the header band and the industries section on front page --- diff --git a/header.php b/header.php index 7bb4881..ad6ac90 100644 --- a/header.php +++ b/header.php @@ -91,8 +91,14 @@ if(of_get_option('show_social') == 1): do_action('accesspress_social'); endif; ?> -
- +
+
+ Financial + Healthcare + Technology + Manufacturing + Professional Services +
diff --git a/home-page.php b/home-page.php index 9d79681..57f22c6 100644 --- a/home-page.php +++ b/home-page.php @@ -99,14 +99,8 @@ get_header();
-
-
- Financial - Healthcare - Technology - Manufacturing - Professional Services -
+
+
diff --git a/index-parallax.php b/index-parallax.php index f3c13ce..7eb3b70 100644 --- a/index-parallax.php +++ b/index-parallax.php @@ -106,15 +106,9 @@
- -
-
- Financial - Healthcare - Technology - Manufacturing - Professional Services -
+ +
+
diff --git a/style.css b/style.css index 0f11818..615264b 100644 --- a/style.css +++ b/style.css @@ -2513,17 +2513,18 @@ Responsive grid for pages } #header-band{ - margin-top: 10px; - background-color: #C6D4E1; - height: 50px; -} -#industries{ + position: absolute; bottom: -50px; height: 50px; - background-color: #A1AC88; + background-color: #C6D4E1; z-index: 100; width: 100%; +} +#industries{ + margin-top: 10px; + background-color: #A1AC88; + height: 50px; /* margin-bottom: 20px; */ } #industries #industry-group{ @@ -2559,6 +2560,9 @@ Responsive grid for pages .parallax-section:first-child { padding: 150px 0 75px; } +.parallax-section:nth-child(2){ + margin-top: 30px; +} /* .parallax-section:first-child::after{ width: 100%; height: 50px;