I made a few of the asked changes
authorIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 14:17:44 +0000 (10:17 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 6 Apr 2017 14:17:44 +0000 (10:17 -0400)
I took out the left side navigation and I tookout the styles that placed
the centeral swing logo in the navigation.

css/app.css
page-golf-template.php
scss/_topbar.scss

index 7672bd3..63a3dd9 100644 (file)
@@ -6608,29 +6608,6 @@ ul#sec-nav {
         border-top-right-radius: 10px;
         border-bottom-left-radius: 0;
         border-bottom-right-radius: 0; }
-    .top-bar-section ul li:last-child:not(.has-form) {
-      top: -67px; }
-      .top-bar-section ul li:last-child:not(.has-form) a:not(.button) {
-        background-image: url(../assets/central-swing-nav-graphic.png);
-        background-position: top center;
-        background-repeat: no-repeat;
-        color: transparent;
-        width: 220px;
-        min-height: 107px; }
-        .top-bar-section ul li:last-child:not(.has-form) a:not(.button):hover {
-          width: 220px;
-          background: #1479b0;
-          color: transparent;
-          background-image: url(../assets/central-swing-nav-graphic.png);
-          background-position: top center;
-          background-repeat: no-repeat; }
-      .top-bar-section ul li:last-child:not(.has-form) .dropdown li {
-        top: auto; }
-        .top-bar-section ul li:last-child:not(.has-form) .dropdown li a {
-          min-height: 0;
-          width: 100%; }
-        .top-bar-section ul li:last-child:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
-          background: transparent; }
     .top-bar-section ul li .dropdown {
       z-index: 1;
       position: relative;
@@ -6697,9 +6674,6 @@ ul#sec-nav {
           text-transform: none; }
           .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button):hover {
             background: transparent; }
-        .top-bar-section ul li .dropdown li:last-child {
-          top: auto;
-          height: auto; }
     .top-bar-section ul li.drop-left > .dropdown {
       right: 0 !important;
       left: auto !important;
index 0e4030c..7c9a628 100644 (file)
                 ?>
             </div>
             <div class="row">
-                <div id="quicknav" class="show-for-large-up large-3 columns">
-                    <?php glm_side_menu();?>
-                </div>
-                <div id="main-content" class="small-12 large-9 columns">
+                <div id="main-content" class="small-12 columns">
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <?php endwhile; else:?>
index c76ee01..bc37a07 100644 (file)
                     }
                 }
             }
-            &:last-child {
-                &:not(.has-form) {
-                    top: -67px;
-                    a:not(.button) {
-                        background-image: url(../assets/central-swing-nav-graphic.png);
-                        background-position: top center;
-                        background-repeat: no-repeat;
-                        color: transparent;
-                        width: 220px;
-                        min-height: 107px;
-                        &:hover {
-                            width: 220px;
-                            background: $blue;
-                            color: transparent;
-                            background-image: url(../assets/central-swing-nav-graphic.png);
-                            background-position: top center;
-                            background-repeat: no-repeat;
-                        }
-                    }
-                    .dropdown {
-                        li {
-                            top: auto;
-                            a {
-                                min-height: 0;
-                                width: 100%;
-                            }
-                            &.active:not(.has-form) a:not(.button) {
-                                background: transparent;
-                            }
-                        }
-                    }
-                }
-            }
             .dropdown {
                 z-index: 1;
                 position: relative;
                             background: transparent;
                         }
                     }
-                    &:last-child {
-                        top: auto;
-                        height: auto;
-//                        a {
-//                            color: $black;
-//                            &:hover {
-//                                color: $blue;
-//                            }
-//                        }
-                    }
                 }
             } 
             &.drop-left > .dropdown {