From f8c52a811401ae4fa4b5f0fa2db2f94fb533438b Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sat, 24 May 2014 13:30:50 -0400 Subject: [PATCH] Change position for left to match WordPress CSS standards. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 91e8742..3d82539 100644 --- a/style.css +++ b/style.css @@ -383,9 +383,9 @@ a:active { .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; - left: -999em; position: absolute; top: 1.5em; + left: -999em; z-index: 99999; } .main-navigation ul ul ul {