From 16c816b4d4d71289cc0155a293703cce8c2f8832 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 16 Jun 2015 16:47:31 -0400 Subject: [PATCH] WooCommerce Styles 4 --- scss/_woocommerce.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/scss/_woocommerce.scss b/scss/_woocommerce.scss index bde9c40..6fe0b6c 100644 --- a/scss/_woocommerce.scss +++ b/scss/_woocommerce.scss @@ -98,8 +98,11 @@ h1.product_title { line-height: 1; font-size: 40px; } +#content { + padding: 0 3%; +} .products { - + padding: 0 2%; a { text-decoration: none; &:hover { @@ -514,7 +517,7 @@ h1.product_title { padding: 10px; text-align: center; width: 24%; - height: 260px; + height: 340px; margin-bottom: 20px; @media #{$small-only} { width: 49%; @@ -524,7 +527,9 @@ h1.product_title { } h3 { text-align: center; - min-height: 50px; + min-height: px; + font-size: 15px; + padding-top: 10px; } a.add_to_cart_button { display: none; -- 2.17.1