From 1f6967738ef0c7e7e76bd31562db2442e8f0d9f6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 2 Jan 2018 09:05:07 -0500 Subject: [PATCH] fixing account header styles for foundation 6 account headers were not styled correctly do to issues with foundation 5 and foundation 6, added clear none manually --- css/front.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/front.css b/css/front.css index a70666b..1542918 100644 --- a/css/front.css +++ b/css/front.css @@ -784,6 +784,9 @@ span.glm-error { height: 0; overflow: hidden; } +#accountHeader .accountHeader-section { + clear: none; +} /*#accountHeader .glm-reg-header-btn{ font-size: 16px; height: 60px; -- 2.17.1