From: Anthony Talarico Date: Wed, 30 May 2018 20:41:02 +0000 (-0400) Subject: fixing the dropdown issue with styles broken after 1000px X-Git-Tag: v1.0.0^2~1^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d2b72aae1484adb7f528b6a498d061467193462a;p=WP-Themes%2Flaurium.git fixing the dropdown issue with styles broken after 1000px --- diff --git a/css/responsive.css b/css/responsive.css index 0086c85..58206a9 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -330,9 +330,14 @@ Responsive CSS } } @media (max-width: 1000px){ - .main-navigation ul ul li a{ + .main-navigation ul ul { + background: rgba(50,7,1,1); + position: static; + font-size: 15px; + display: none; + float: none; font-size: 18px; - } + } } @media screen and (min-width: 1001px){