From 75d9c2df0de7d51958b14972c2f1d51bc725758d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 23 Jul 2018 16:19:44 -0400 Subject: [PATCH] fixing the signup page link in the sign up modal on the front page --- header.php | 2 +- style.css | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/header.php b/header.php index 2375049..559e5f2 100644 --- a/header.php +++ b/header.php @@ -32,7 +32,7 @@ data-page="">
diff --git a/style.css b/style.css index 0877b90..c3c7675 100644 --- 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%; + } +} -- 2.17.1