Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #392765

    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.

    #393213

    Hi Yaron!

    Try adding this to your custom CSS.

    .wc-bookings-date-picker-date-fields * {
      display: inline-block !important;
    }

    Cheers!
    Elliott

    #393474

    That worked perfectly! Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold – WooCommerce Bookings layout misaligned’ is closed to new replies.