Display text in the month view is not aligned correctly.

Hello,
In the month view in my website I need to display text for the different days. However, when the month view is rendered the text is not fitted / aligned correctly to the day to which it belongs (please see the attachment). Does anyone have any hints as to how to resolve this?
Many thanks.


That is result of css conflict, you have some global styles which affect padding for all TD elements on the page ( maybe other styles, but most common issue is because of TD’s padding )

If you can’t locate the problematic style itself - please post the link, by which the problematic page can be checked.

Thanks, it was a padding rule for the td elements. I have overridden it and it works fine now. :smiley: