I want to make the size of jquery datepicker quite small. The class of the div after inspecting the HTML is ui-datepicker-div. How can I resize it. Right now it's too big. How do I make it small.
.ui-datepicker {
font-size: smaller;
}
http://jsfiddle.net/bznRE/
With jquery
$(someSelector).datepicker().css({'font-size' : 'smaller' });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With