removing the reserve your charter button from mobile menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 15 Aug 2018 19:44:52 +0000 (15:44 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 15 Aug 2018 19:44:52 +0000 (15:44 -0400)
functions.php
style.css

index 56b2ea2..e3c4b03 100644 (file)
@@ -337,9 +337,7 @@ function my_nav_wrap() {
             <li class="menu-item">' . $innerContent.'</li>
             <li> 
                 <div class="social-oc">
-                    <div class="online-reservations-container">
-                        <a href="' . get_permalink(46) . '" class="online-reservation">Reserve Your Charter</a>
-                    </div> 
+                 
                 </div>
             </li>
         </ul>
index a2a07e1..d63b1b1 100644 (file)
--- 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