From: Anthony Talarico Date: Wed, 12 Dec 2018 17:09:50 +0000 (-0500) Subject: testing out the spacing around the events search widget between crowdriff and the... X-Git-Tag: v1.0.0^2~291 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=7bd2b1f31c78381a139825b94d1999ee2b314a46;p=WP-Themes%2Fuptravel.git testing out the spacing around the events search widget between crowdriff and the photogrid --- diff --git a/css/app.css b/css/app.css index 779fd82..632c9d7 100644 --- a/css/app.css +++ b/css/app.css @@ -7486,7 +7486,7 @@ body .agenda-date { display: none; } .events-search-widget { - margin: 25px 0; } + margin: 15px 0px 50px 0; } .events-search-widget .up-map-wrapper { position: relative; } .events-search-widget .up-map-wrapper a { diff --git a/scss/plugins/_glm-member-events.scss b/scss/plugins/_glm-member-events.scss index 1ce0e3c..8a8f983 100644 --- a/scss/plugins/_glm-member-events.scss +++ b/scss/plugins/_glm-member-events.scss @@ -379,7 +379,7 @@ body{ // -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); // box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); // } - margin: 25px 0; + margin: 15px 0px 50px 0; .up-map-wrapper{ position: relative; a{