Hi guys,
The datepicker from the Formidable Form is not displayed correctly: month and year should be displayed neatly next to each other (or possibly neatly underneath each other), and the text should be legible.
I already tried this solution (https://kriesi.at/support/topic/css-conflict-with-formidablepro-forms-in-the-calendar-element/) but that didn’t affect anything.
Could you please give me the correct CSS code so that the datepicker has a good UX?
Thanks in advance,
Ita
Hey Frans,
Thanks for your question, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top #ui-datepicker-div .ui-datepicker-title > select {
padding: 0px;
display: inline;
margin-bottom: 0;
}
After applying the css, please clear your browser cache and check.
The expected results:
Best regards,
Mike
Thank you very much, Mike!! The datepicker now looks really good again!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike