Fix event detail header spacing of searchform
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 21:26:05 +0000 (16:26 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 21:26:05 +0000 (16:26 -0500)
views/front/events/detail.html

index f0461ca..d10d528 100755 (executable)
@@ -1,7 +1,7 @@
 <div id="glm-event-wrapper" class="event-detail glma-text-left"><!-- #glm-event-wrapper -->
     <a id="glm-event-detail-takeback-mini" class="glm-member-db-takeback-mini glma-button glm-member-button" href="javascript:history.go(-1)"><span>Back To Search</span></a>
     <div class="glma-row glma-collapse">
-        <div class="glma-small-12 glma-large-8 glma-large-glma-small-centered glma-column detail-search-form">
+        <div class="glma-small-12 glma-large-8 glma-right glma-large-uncentered glma-small-centered glma-column detail-search-form">
             <div class="glma-row">
                 {include file='front/events/searchForm.html'}
             </div>