Forums

Date Picker background shrunk! SOLVED

GreyHead 26 Jan, 2013
Hi kmedri,

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
kmedri 26 Jan, 2013
Thank you Bob, I actually changed the class to be specific to the container ID that it is in. It did not twig that there were two "header" classes.
This topic is locked and no more replies can be posted.