Calendar Out of Alignment

Support forumCategory: BugsCalendar Out of Alignment
Danielle Keith asked 3 years ago
When loading the page with the appointment scheduler on it the calendar is out of alignment with the rest of the form. My clients are unable to access the calendar from their phones to schedule appointments as it is throwing it off the viewable page. I'm including a link to the page for reference. How can I resolve this issue?
https://adreamcharity.org/programs/keitas-kitchen/scheduling/
1 Answers
Nikola Loncar Staff answered 3 years ago

Hi Danielle,

can you please add this to custom styles inside EA Settings > Customize page:

.ea-bootstrap .calendar {
   width: auto !important;
   margin-left: 0 !important;
}

Best regards,
Nikola