Issue with button positioning
-
The “Now/Done” and “Reset” buttons are falling out the bottom of the containing div and causing some positioning issues for me. Adding this to line 79 of pddp.js did the trick for me:
jQuery('#pddp_datepicker').css('overflow', 'hidden');
edit: p.s. I couldn’t add this to pddp.css because of a previous issue I wrote about: https://www.ads-software.com/support/topic/conflict-with-option-tree?replies=1
https://www.ads-software.com/plugins/publish-date-datepicker/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Issue with button positioning’ is closed to new replies.