From: Laury GvR Date: Wed, 9 Dec 2015 16:33:12 +0000 (-0500) Subject: Taking up less vertical space in the giftcard product form X-Git-Tag: v1.0.0^2~93 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=03eb4a3fa4f626ccc925a75e265460945ec96cc6;p=WP-Themes%2Fstaffords.git Taking up less vertical space in the giftcard product form --- diff --git a/css/app.css b/css/app.css index ccda790..8893216 100644 --- a/css/app.css +++ b/css/app.css @@ -7831,6 +7831,14 @@ h3#ship-to-different-address { .woocommerce-breadcrumb { display: none; } +.gform_wrapper .top_label .gfield_label { + margin: 9px 0 0; } + +.ginput_container_text { + margin-top: 0; } + .ginput_container_text input { + margin: 0; } + /* End WooCommerce */ #staffords-employment-app { margin-top: 40px; diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 742d363..dd6e6f7 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -784,4 +784,14 @@ h3#ship-to-different-address { .woocommerce-breadcrumb { display: none; } +.gform_wrapper .top_label .gfield_label { + margin: 9px 0 0; +} +.ginput_container_text { + margin-top: 0; + input { + margin: 0; + } +} + /* End WooCommerce */ \ No newline at end of file