From: Anthony Talarico Date: Thu, 31 May 2018 15:17:49 +0000 (-0400) Subject: styling the dropdown sub menus with min width and background color X-Git-Tag: v1.0.0^2~1^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f72adbe1af3d61b104f022f9facfe54d45da6bc2;p=WP-Themes%2Flaurium.git styling the dropdown sub menus with min width and background color --- diff --git a/style.css b/style.css index 5c0884c..7f283e3 100644 --- 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 {