• Resolved trisixtil

    (@trisixtil)


    Hi
    So i’am using a date picker on many forms, and somehow the year does not appear to be selected, on desktop and mobile.
    is there any solution ?
    Regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amimul Ihsan

    (@amimulihsanmahdi)

    Hello @trisixtil,

    The issue you are facing due to your theme is setting the CSS display: block for all Select/dropdown. Please use the below CSS on your form’s custom CSS section:

    select.flatpickr-monthDropdown-months {
    display: inline-block;
    }

    Hopefully, this will fix the issue.

    Thank you

    Thread Starter trisixtil

    (@trisixtil)

    Hi
    i tried the css on a form added as a short code on elementor page !

    is there a way to add the css globaly ?

    Edit :

    I added the code to the theme css, it worked on all forms .

    Thank you very much

    • This reply was modified 2 months, 2 weeks ago by trisixtil.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.