here's a link with a guy that had a similar issue
it looks like you might have to override one of the styles for the calendar. hope that helps...
snippet from link in case it goes down.
A quick bit of specific css fixed the problem. I added the following to my style sheet:
div.ajax__calendar_daystabletrtd
{
padding-right:0px;
}
and whalla! No more problem:
Thanks you! You are right, It was a styles problem!
Thanks again
no problem!
Hello, I have the same problem and added that CSS block to my StyleSheet; but still not working, any other idea on where can I do ?
No comments:
Post a Comment