Adjusting markup for tablet sizes so they have side navigation
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Nov 2015 13:11:24 +0000 (08:11 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Nov 2015 13:11:24 +0000 (08:11 -0500)
iPad and larger devices can see the side nav.
This is because we also switched when the top nav changes to mobile.

page.php
sidebar.php
style.css

index 027d1a1..3f1a9c2 100644 (file)
--- a/page.php
+++ b/page.php
@@ -5,7 +5,7 @@
                         <?php //<div id="content-bulk" class="small-12 medium-10 medium-centered columns">?>
                         <?php //} else { ?>
                             <?php get_sidebar();?>
-                            <div id="content-bulk" class="small-12 large-9 columns" data-equalizer-watch>
+                            <div id="content-bulk" class="small-12 medium-9 columns" data-equalizer-watch>
                         <?php //} ?>
                             <div id="con" class="row">
                                 <div class="small-12 columns">
index e79a16f..0e553b1 100644 (file)
@@ -1,4 +1,4 @@
-                        <div id="side-nav" class="large-3 columns show-for-large-up" data-equalizer-watch>
+                        <div id="side-nav" class="medium-3 columns show-for-medium-up" data-equalizer-watch>
                             <div class="row collapse">
                                 <?php glm_side_menu(); ?>
                             </div>
index c9793f5..6dc9f8d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: EmmetCountyGovernment
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for EmmetCountyGovernment
-Version: 1.1.13
+Version: 1.1.15
 */