From 30f274ebc6b55c94e8aec795da30ce9f0975ce04 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 16 Nov 2017 10:56:34 -0500 Subject: [PATCH] Change the top for smartbanner Showing up over the menu. --- assets/smartbanner/smartbanner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/smartbanner/smartbanner.css b/assets/smartbanner/smartbanner.css index 1378f23..5afbaf8 100644 --- a/assets/smartbanner/smartbanner.css +++ b/assets/smartbanner/smartbanner.css @@ -4,7 +4,7 @@ */ .smartbanner { position: absolute; - top: 0; + top: -84px; left: 0; overflow-x: hidden; width: 100%; -- 2.17.1