Top links removed, page margins adjusted accordingly
authorLaury GvR <laury@gaslightmedia.com>
Thu, 11 Oct 2018 16:42:29 +0000 (12:42 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 11 Oct 2018 16:42:29 +0000 (12:42 -0400)
css/app.css
index.php
scss/_settings.scss

index 60309cd..b7d0959 100644 (file)
@@ -7361,7 +7361,7 @@ main.inner-wrap, main.blog-home, main.blog-archive, main.blog-single, main.page-
       margin-top: 160px; } }
 
 main.owners-home {
-  margin-top: 246px; }
+  margin-top: 211px; }
   @media only screen and (min-width:0em) and (max-width:64em) {
     main.owners-home {
       margin-top: 160px; } }
@@ -7373,7 +7373,7 @@ main.owners-home {
       margin-top: 181px; } }
 
 .page-inside.top-links {
-  margin-top: 246px; }
+  margin-top: 211px; }
   @media only screen and (min-width:0em) and (max-width:64em) {
     .page-inside.top-links {
       margin-top: 110px; } }
index c368b78..013d00c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,21 +2,25 @@
 <html class="no-js" lang="en">
     <?php get_template_part("parts/header-meta"); ?>
     <?php $index_template = true;?>
-    <?php $class = (is_in_tree(OWNERS_FRONTPAGE_ID) ) ? 'top-links' : 'no-top-links'; ?>
+    <?php 
+        //$class = (is_in_tree(OWNERS_FRONTPAGE_ID) ) ? 'top-links' : 'no-top-links';
+        $class = "no-top-links";
+    ?>
 
     <body>
         <div class="off-canvas-wrap" data-offcanvas>
             <div class="inner-wrap">
                 <div id="page-wrapper">
-                    <?php
-                    global $post;
-                    if(is_in_tree(OWNERS_FRONTPAGE_ID) ){ ?>
-                        <div class="top-links-container row">
-                            <div class="small-12 large-5 columns header-top-links">
-                                <?php echo glm_theme_header_links('top-links'); ?>
-                            </div>
-                        </div>
-                   <?php } 
+                    <?php global $post; ?>
+                    <?php 
+                    // if(is_in_tree(OWNERS_FRONTPAGE_ID) ){ ?>
+                        <!-- <div class="top-links-container row"> -->
+                            <!-- <div class="small-12 large-5 columns header-top-links"> -->
+                                <?php //echo glm_theme_header_links('top-links'); // no longer desired, Jodie 2018-10-10  ?>
+                            <!-- </div> -->
+                        <!-- </div> -->
+                   <?php //} ?>
+                   <?php 
                     include "sections/header.php"; 
                     include "sections/off-canvas.php"; 
                     if (is_front_page()) { 
index e9f5d2b..c282beb 100644 (file)
@@ -161,7 +161,7 @@ $body-font-style: normal;
 // $shiny-edge-active-color: rgba($black, .2);
 
 $header-height-large: 211px;
-$top-links-header-height-large: 246px;
+$top-links-header-height-large: 211px;
 $header-height-small: 160px;
 
 // d. Media Query Ranges