Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 184: Line 184:
=== Hide the offer description on the check-out page===  
=== Hide the offer description on the check-out page===  
  .at_offersummary {display: none;}
  .at_offersummary {display: none;}
=== Show number of nights on mobiles===
@media only screen and (max-width: 767px){
.b24-selector-numnight  {display: block;}
}


= Multiple Booking Page =
= Multiple Booking Page =