Hi, for some reason the date picker background has shrunk on my site:
http://www.glentui.co.nz/contact-us1/booking-enquiry
I cannot work out what is causing this, any advice would be great.
Thank you
http://www.glentui.co.nz/contact-us1/booking-enquiry
I cannot work out what is causing this, any advice would be great.
Thank you
Hi kmedri,
The problem is this CSS in the custom.css file. It's shifting the header of the datepicker up and left:
Please try adding this to a Load CSS action in your form
Bob
The problem is this CSS in the custom.css file. It's shifting the header of the datepicker up and left:
.header {
margin: -30px 0 -29px -25px;
}
Please try adding this to a Load CSS action in your form
div.datepicker_dashboard .header {
margin: 0;
}
Bob
This topic is locked and no more replies can be posted.