Margin added to separate footer from content
authorLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:24:53 +0000 (16:24 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:24:53 +0000 (16:24 -0400)
css/app.css
scss/_main.scss
scss/_page.footer.scss
scss/plugins/_woocommerce.scss

index 7530cc3..0c39103 100644 (file)
@@ -6426,7 +6426,7 @@ header {
       height: 45px; }
 
 main {
-  margin-bottom: 90px; }
+  margin-bottom: 150px; }
   main.page-front #main-content h1 {
     font-size: 1.5rem;
     color: #ed7023; }
@@ -7043,6 +7043,8 @@ main.woocommerce, div.woocommerce {
     margin: 0 auto;
     text-align: left;
     width: 80%; }
+  main.woocommerce .shop_table.shop_table_responsive.cart, div.woocommerce .shop_table.shop_table_responsive.cart {
+    margin-top: 20px; }
   main.woocommerce .main.woo-single-product #content, div.woocommerce .main.woo-single-product #content {
     /* Related products */
     /* End Related products */ }
@@ -7632,6 +7634,7 @@ input[type="submit"].blogbutton {
     transform: rotate(45deg); }
 
 footer.main {
+  margin-top: 30px;
   padding-top: 5px;
   position: absolute;
   bottom: 0;
index 2aa8572..71e4c08 100644 (file)
@@ -1,5 +1,5 @@
 main {
-    margin-bottom: 90px;
+    margin-bottom: 150px;
     &.page-front {
         #main-content {
             h1 {
index ab52ba9..32e0b14 100644 (file)
@@ -1,4 +1,5 @@
 footer.main {
+    margin-top: 30px;
     padding-top: 5px;
     position: absolute;
     bottom: 0;
index 4034514..575620a 100644 (file)
@@ -713,6 +713,9 @@ div.woocommerce {
             width: 80%;
         }
     }
+    .shop_table.shop_table_responsive.cart {
+        margin-top: 20px;
+    }
     /* End General CSS */