neoDatePicker Problem - Forum

Forum Navigation
You need to log in to create posts and topics.

neoDatePicker Problem

How can adjust the position of "neoDatePickerPlus" in the page?

I tried all position of the list, none of them work except this one "right top" but this one also has a problem on mobile screen.

neoDatePickerPlus "todayDate" "yyyy-mm-dd" "1399-00-00" "fa" false "years" "days" "right top" true

How can I solve this problem?

Uploaded files:
  • You need to login to have access to uploads.

@asmat Try modifying the CSS datepicker class on Project > Properties > Styles.
This is just a sample:

.datepicker{
   transform: scale(0.5) translate(-120px,-120px)!important;
}

 

Thanks luishp.

Uploaded files:
  • You need to login to have access to uploads.
luishp has reacted to this post.
luishp