From 57cb1f1bd0059dfc64486598c6ca323c6ee12c35 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 6 Sep 2016 16:59:04 -0400 Subject: [PATCH] Woocommerce sidebar experimentation --- parts/shop-sidebar.php | 70 ++++++++++++++++++++++++++++++++++ scss/plugins/_woocommerce.scss | 9 +++-- sidebar.php | 1 + woocommerce.php | 9 +++-- 4 files changed, 82 insertions(+), 7 deletions(-) create mode 100644 parts/shop-sidebar.php 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 @@
+