Viewing 1 replies (of 1 total)
  • Plugin Support Md Abdullah Al Arif

    (@faithcoder)

    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)
  • You must be logged in to reply to this topic.