Hello
Thank you very much for using our plugin. The issue is caused by the style definition below included in the “https://www.pexpe.com/wp-content/themes/geoit/assets/css/geoit-single.min.css” file of the theme active on your website:
table td {
border-width: 1px;
padding: 15px !important;
border-style: inset;
vertical-align: middle;
border-color: #eaeaea;
}
Specifically by the CSS rule:
padding: 15px !important;
To prevent the CSS rule with the !important modifier affect the tables into the datepicker control, you can enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab:
table.ui-datepicker-calendar td{padding:1px !important;}
Best regards.