From c8097483202d318fdaa8f511ab4a12a70400a729 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 23 Oct 2014 14:52:22 -0700 Subject: [PATCH] Fix broken hover style for desktop sub-menus staying closed on hover. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 0f8c3b4..8584fe4 100644 --- a/style.css +++ b/style.css @@ -2459,6 +2459,7 @@ Media Queries .genesis-nav-menu li:hover > ul { left: auto; opacity: 1; + display: block !important; } .genesis-nav-menu ul li:hover > ul {