fixing the signup page link in the sign up modal on the front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 20:19:44 +0000 (16:19 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 Jul 2018 20:19:44 +0000 (16:19 -0400)
header.php
style.css

index 2375049..559e5f2 100644 (file)
@@ -32,7 +32,7 @@
 <body <?php body_class(); ?> data-page="<?php echo $page; ?>">
 <div id="modal-login">
     <?php echo do_shortcode('[glm-login-form]'); ?>
-    <a class="registration-link" href="<?php echo get_permalink(21); ?>"> Sign Up </a>
+    <a class="registration-link" href="<?php echo get_permalink(367); ?>"> Sign Up </a>
 </div>
 
 <div id="page" class="hfeed site">
index 0877b90..c3c7675 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1252,10 +1252,6 @@ body.parallax-on .wpcf7-not-valid-tip {
    font-size: 13px;
 }
 
-#site-logo {
-   float: left;
-   width: 20%;
-}
 
 .logo-top #site-logo {
    float: none;
@@ -2747,4 +2743,14 @@ body .cmvl-navbar-navigation span{
 }
 .cmvl-channels-list-shortcode table tbody tr td:not(:first-child){
        padding: 0 10px;
-}
\ No newline at end of file
+}
+@media (min-width: 1000px){
+    #main-logo{
+        float: left;
+        width: 35%;
+    }
+    #site-logo {
+        float: right;
+        width: 35%;
+     }
+}