styling the dropdown sub menus with min width and background color
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 15:17:49 +0000 (11:17 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 15:17:49 +0000 (11:17 -0400)
style.css

index 5c0884c..7f283e3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1379,7 +1379,13 @@ body.parallax-on .wpcf7-not-valid-tip {
         font-weight: 400;
         top: 50%;
         transform: translateY(-50%);
-        text-align: center;
+        text-align: center; 
+    }
+    .main-navigation > ul > li > ul {
+        min-width: 270px;
+    }
+    .main-navigation > ul > li:hover{
+        background-color: white;
     }
 }
 .main-navigation > ul > li > a {