adding filter to get template directory uri
     }
     return $result;
 });
-
+add_filter('get_template_url', function() {
+    return get_template_directory_uri();
+});
 
 /*
  * If the current user is not an admin and is a member,
 
         </div>
         <div class="small-12 medium-6 large-8 columns guide-action">
             <div class="row">
-                <div class="small-12 large-7 columns guide-text-container">
+                <div class="small-12 large-8 columns guide-text-container">
                     <h1>LET US BE YOUR GUIDE.</h1>
                     <div class="action-items-text">Sign up to recieve news and special offers.</div>
                 </div>