From: Anthony Talarico Date: Mon, 18 Feb 2019 21:37:34 +0000 (-0500) Subject: cleaning up some of the space in the enews signup flyout X-Git-Tag: v1.0.0^2~69 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cf0c33dcce43fa822cffcf97b2171874a7ce16ce;p=WP-Themes%2Fuptravel.git cleaning up some of the space in the enews signup flyout --- diff --git a/css/app.css b/css/app.css index d5d976f..ac69408 100644 --- a/css/app.css +++ b/css/app.css @@ -8291,7 +8291,7 @@ body #glm-enews-sticky { body #glm-enews-sticky .form-wrapper .gform_wrapper .gform_title { margin-top: 0; } body #glm-enews-sticky .form-wrapper .gform_wrapper #field_3_2 { - margin-top: 0; } + margin-top: -25px; } body #glm-enews-sticky .form-wrapper .enews-handle { background: #5E8F72; position: absolute; diff --git a/scss/plugins/_enews-sticky.scss b/scss/plugins/_enews-sticky.scss index a047806..25d74f5 100644 --- a/scss/plugins/_enews-sticky.scss +++ b/scss/plugins/_enews-sticky.scss @@ -50,7 +50,7 @@ body{ margin-top: 0; } #field_3_2{ - margin-top: 0; + margin-top: -25px; } } .enews-handle{