From: Anthony Talarico Date: Thu, 19 Apr 2018 20:39:36 +0000 (-0400) Subject: adjusting the position of the dropdown login modal X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d30fa7b07be17a98809b5f9bd2dffadf7da5c631;p=WP-Themes%2Fhospitalitymentality.git adjusting the position of the dropdown login modal --- diff --git a/style.css b/style.css index 4e3ba7c..ccf1c88 100644 --- a/style.css +++ b/style.css @@ -2616,6 +2616,6 @@ body #content .parallax-section:first-child,body #content .parallax-section:last transition: top 800ms ease-in-out; } #modal-login.show-login{ - top: 50%; + top: 450px; position: fixed; } \ No newline at end of file