Home › Forums › Feature Requests › Select Year in date picker field › Reply To: Select Year in date picker field
Aha! I am using Safari and the Safari user agent styles seem to push the year-picker out of view. I see it now, in the source.
On line 332 of style.date_picker.css add “display: inline-block” and both selects are shown!
.ui-acf .ui-datepicker select.ui-datepicker-month,
.ui-acf .ui-datepicker select.ui-datepicker-year {
width: 47%;
padding: 1px;
font-size: 12px;
font-weight: normal;
display: inline-block;
}
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.