moving off canvas topLinks menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:34:48 +0000 (10:34 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:34:48 +0000 (10:34 -0500)
css/app.css
parts/off-canvas-menu.php
scss/_topbar.scss

index 35ed9d3..e260147 100644 (file)
@@ -6657,6 +6657,9 @@ header {
     margin-left: -402px;
     min-width: 350px; } }
 
+#menu-top-menu-1 {
+  margin-left: 10px; }
+
 @media screen and (max-width: 1024px) {
   main.page-front {
     padding: 0; } }
index 7bf355f..53cd8b8 100644 (file)
@@ -1,5 +1,6 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
     <?php glm_theme_mobile_off_canvas();  ?>
+      <?php glm_topLinks_mobile_off_canvas(); ?>
     <?php get_template_part('parts/search');?>
     <ul class="offcavas-social-list">
         <li><a class="face" target="_blank" href="https://www.facebook.com/ilovethesoo/"></a></li>
@@ -17,7 +18,7 @@
         <li><a href="<?php bloginfo('url'); ?>">Group & Conferences</a></li>
     </ul>
 -->
-   <?php glm_topLinks_mobile_off_canvas(); ?>
+
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 
index 28c1522..bc60cea 100644 (file)
     margin-left: -402px;
     min-width: 350px;
 }
+}
+#menu-top-menu-1{
+    margin-left: 10px;
 }
\ No newline at end of file