From: Anthony Talarico Date: Thu, 19 Apr 2018 20:45:43 +0000 (-0400) Subject: adjusting the dropdown login modal position X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c0e5072ce9414b100fabb582e5aa25f5f4a95a37;p=WP-Themes%2Fhospitalitymentality.git adjusting the dropdown login modal position --- diff --git a/style.css b/style.css index ccf1c88..0d1bcd7 100644 --- a/style.css +++ b/style.css @@ -2609,13 +2609,13 @@ body #content .parallax-section:first-child,body #content .parallax-section:last width: 250px; margin: 0 auto; z-index: 999999; - right: 25px; + right: 75px; top: 0; transform: translateY(-105%); box-shadow: 2px 4px 10px 3px rgba(46,61,73,.5); transition: top 800ms ease-in-out; } #modal-login.show-login{ - top: 450px; + top: 500px; position: fixed; } \ No newline at end of file