Page 1 of 1

Put Month before Date on booking strip

Posted: Tue Mar 08, 2016 1:52 am
by wayne20
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

Re: Put Month before Date on booking strip

Posted: Tue Mar 08, 2016 3:16 pm
by annettemorgenroth
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;
}