From: Laury GvR Date: Tue, 6 Sep 2016 20:59:04 +0000 (-0400) Subject: Woocommerce sidebar experimentation X-Git-Tag: v1.0.0^2~104 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=57cb1f1bd0059dfc64486598c6ca323c6ee12c35;p=WP-Themes%2Fcapstone.git Woocommerce sidebar experimentation --- diff --git a/parts/shop-sidebar.php b/parts/shop-sidebar.php new file mode 100644 index 0000000..e2922ea --- /dev/null +++ b/parts/shop-sidebar.php @@ -0,0 +1,70 @@ + + + + \ No newline at end of file diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 169eeb6..3f6ee46 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -1,8 +1,5 @@ /* WooCommerce */ -#woo-quick-display { - max-width: 75rem; -} #woo-quick-display { background-color: white; border-radius: 3px; @@ -11,6 +8,7 @@ font-size: 16px; height: 70px; margin-top: 20px; + margin-bottom: 10px; > div { text-align: center; } @@ -19,7 +17,7 @@ display: inline; margin-left: 15px; margin-top: 12px; - padding: 2px 8px; + padding: 5px 11px; float: right; margin: 12px 0 0 18px; background-color: $maroon; @@ -856,4 +854,7 @@ h3#ship-to-different-address { .woocommerce-wrapper .button:hover { color: white; } +#woo-sidebar { + margin-top: 30px; +} /* End WooCommerce */ \ No newline at end of file diff --git a/sidebar.php b/sidebar.php index 8466d5e..348a38a 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,6 +1,7 @@
+