Put Month before Date on booking strip

Everything related to your website and the Beds24 widgets
Post Reply
wayne20
Posts: 1
Joined: Wed Feb 24, 2016 9:01 pm

HI there, I was wondering if anyone knows how to re-order the month and date drop down picker for month and date on the booking page. It seems more intuitive to me that the first drop down should be the month.
Thanks, Wayne
annettemorgenroth
Posts: 1338
Joined: Sun Jun 30, 2013 8:44 am

Try adding this to your custom CSS (SETTINGS->BOOKING PAGE->DEVELOPERS "Custom CSS"):

.B24checkin_month{
float: left;
}

.ui-datepicker-trigger{
float: left;
}

.ss_checkintext{
float: left;
}
Post Reply