Calender on Frontend is showing differently

Support forumCalender on Frontend is showing differently
Pratap asked 4 years ago
Hello, I have the latest version of Easy Appointment (Version 2.10.2) i did setup the calender and added this shortcode from your documentation [ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]   Now it is showing weirdly here's the screenshot
https://i.ibb.co/Pgg1Cdy/easy-appoint.png

Please let me know

Thank you!
Pratap
1 Answers
Nikola Loncar Staff answered 4 years ago
Hi Pratpal, can you please add this to custom styles settings inside EA > Settings > Customize page:
.ea-bootstrap .ui-datepicker { width: auto; } .ea-bootstrap .ui-state-default, .ea-bootstrap .ui-widget-content .ui-state-default { border: none; background-color: transparent; background-image: none; } .ea-bootstrap .ui-widget-header { background-color: transparent; background-image: none; border: none; color: inherit; } .ea-bootstrap .ui-datepicker td span, .ui-datepicker td a { text-align: center; }
Best regards, Nikola