Plugin Author
Surbma
(@surbma)
Hi bhargavy,
I have tested timepicker field on my local install and it seems everything is working for me.
Please deactivate my plugin and see if your problem is still there. If the problem is still there, than I can not help you, because it is not related to my plugin.
If the timepicker is working without my plugin, than please activate my plugin and send me your website’s url, where I can see the issue.
Hello,
Sorry about the delay.
I added
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {
width: 100% !important;
}
To the css and it fixed it.
It looks like it was caused because the form has labels left aligned and the page has sidebars, The padding and the width were overlapping.
Plugin Author
Surbma
(@surbma)
I’m really happy, that you could solve it, but to make it clear for others, who may read this thread, it has nothing to do with my plugin, it is a Gravity Forms css issue and/or maybe a theme css issue.