Tagged: Bookings
I’m trying to use WooCommerce Bookings with Enfold for one of my client sites and the layout of the date fields on the product page is misaligned — they display vertically rather than horizontally. As WC Bookings is among your “recommended plugins,” I thought that it would display properly out of the box.
For an example of what I’m talking about, see demo party entry link below.
Thanks in advance for your response and assistance.
Hi Yaron!
Try adding this to your custom CSS.
.wc-bookings-date-picker-date-fields * {
display: inline-block !important;
}
Cheers!
Elliott
That worked perfectly! Thanks.