From: Anthony Talarico Date: Tue, 2 Jan 2018 14:05:07 +0000 (-0500) Subject: fixing account header styles for foundation 6 X-Git-Tag: v1.0.0^2~115 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1f6967738ef0c7e7e76bd31562db2442e8f0d9f6;p=WP-Plugins%2Fglm-member-db-registrations.git 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 --- 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;