From: Anthony Talarico Date: Mon, 23 Jul 2018 20:19:44 +0000 (-0400) Subject: fixing the signup page link in the sign up modal on the front page X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=75d9c2df0de7d51958b14972c2f1d51bc725758d;p=WP-Themes%2Fsaultstemarie360.git fixing the signup page link in the sign up modal on the front page --- 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%; + } +}