Shop styling, address styling.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 17 Oct 2014 13:59:48 +0000 (09:59 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 17 Oct 2014 13:59:48 +0000 (09:59 -0400)
footer.php
page-38.php
style.css

index d7841b7..d4bf446 100755 (executable)
@@ -25,8 +25,7 @@
             jQuery("#logo").attr("src","<?php echo get_template_directory_uri();?>/assets/logo.gif");
         }
     });
-    jQuery(document).foundation();
-
+    jQuery("#content").attr("class","small-12 medium-9 columns").attr("id","main");
     jQuery(document).foundation();
     jQuery(document).ready(function(){
     console.log('loading...');
index 3b4d500..d007b01 100644 (file)
@@ -1,14 +1,6 @@
                     <?php get_header();?>
 
                     <?php get_sidebar();?>  
-                    <aside class="left-off-canvas-menu"> 
-                        <ul class="off-canvas-list"> 
-                            <?php wp_nav_menu(array('ParrotsLanding' => 'sidenav', 'menu_class' => 'left'));?>
-                        </ul> 
-                        <div id="off-canvas-address" class="vcard">
-                            <?php get_template_part('vcard');?>
-                        </div><!-- /#address -->
-                    </aside> <!-- left-off-canvas-menu -->
                     <div id="main" class="small-12 medium-9 columns">
                         <br> <br>
                         <?php if(function_exists('bcn_display') && !is_front_page())
@@ -35,4 +27,4 @@
                             For Dune Buggy and Quad Rentals visit us at  <a target="_blank" href="http://wildbillsatvs.com">Wild Bill's Atvs</a>
                         </div>
                     </div><!-- /#main -->
-                    <?php get_footer();?>
\ No newline at end of file
+                    <?php get_footer();?>
index 0063396..8b39583 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -150,6 +150,7 @@ img {
 /* Main Contant Area */
 #main {
        max-width: 780px;
+        min-height: 410px;
        float: right;
        position: relative;
        padding: 0px 10px;
@@ -171,7 +172,9 @@ img {
         padding: 0px;
         border: none;
         }
-        
+.vcard p {
+        line-height: 110%;    
+        }
 /* Toolbox */
 #toolbox {
        margin: 20px 15px;
@@ -257,7 +260,7 @@ h1, h2 {
     #off-canvas-address {
         background-color: rgba(255, 255, 255, 0.7);
         width: 100%;
-        margin: 10px 0;
+        margin: 20px 0;
         padding: 5px 10px;
     }
 nav.tab-bar {