From: Anthony Talarico Date: Wed, 15 Aug 2018 19:44:52 +0000 (-0400) Subject: removing the reserve your charter button from mobile menu X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dd73a4a123e8f209b40b0ede993d5b130e8a73dc;p=WP-Themes%2Fnorthlandstorage.git removing the reserve your charter button from mobile menu --- diff --git a/functions.php b/functions.php index 56b2ea2..e3c4b03 100644 --- a/functions.php +++ b/functions.php @@ -337,9 +337,7 @@ function my_nav_wrap() {
  • diff --git a/style.css b/style.css index a2a07e1..d63b1b1 100644 --- a/style.css +++ b/style.css @@ -2773,4 +2773,9 @@ video { width: 100%; /* margin-bottom: 30px; */ overflow: hidden; +} +@media (max-width:640px) { + #section-31 { + background-attachment:initial !important; + } } \ No newline at end of file