Woocommerce Booking Calendar Issue

The booking calendar for woocommerce is being cut in half on the product page. I have tried changing the page size but it just became larger and still cut in half. How can I fix this?

http://www.policechaseexperience.com/product/roll-code-police-chase/

Hello @AroundUScorp,

Thanks for writing in! You are experiencing the issue because in Appearance > Customize > Additional CSS, you added this custom css:

@media(min-width:979px) {
  .woocommerce div.product .summary {
    column-count: 2;
  }
} 

Please remove this css block to resolve this issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.