Set display none on lefcol on the reservation page.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Feb 2015 14:06:20 +0000 (09:06 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Feb 2015 14:06:20 +0000 (09:06 -0500)
static/427.phtml

index 2ea14be..4674757 100644 (file)
@@ -1,8 +1,14 @@
+<style>
+.pid427 #leftcol {
+    display: none !important;
+}
+</style>
 <?php
 $arrival   = filter_var($_REQUEST['arrival']);
 $departure = filter_var($_REQUEST['departure']);
 ?>
 <iframe
+    id="resFrame"
     height="600px"
     width="100%"
     scrolling="auto"