From f72adbe1af3d61b104f022f9facfe54d45da6bc2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 May 2018 11:17:49 -0400 Subject: [PATCH] styling the dropdown sub menus with min width and background color --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { -- 2.17.1