Viewing 1 replies (of 1 total)
  • Hi @rz1990,

    The default width for the Flatpickr calendar is set to 280px. To make it responsive and inherit the full width of its container, you can use the following code:

    .flatpickr-calendar{
    width: inherit !important;
    }

    Please copy and paste this code to Appearance > Customize > Additional CSS. Hope it will resolve the issue.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Not showing full calender’ is closed to new replies.