Calendar text alignment other than module alignment?
-
Hi! I’m using the default Calendar module and its working fine. However, I use position top_center, but the events are also centered. I want the events to be left aligned but keep the top_center position of the module. Is that possible?
-
put in your custom.css
.calendar .title { text-align:left; }
-
@hango Thanks! Works like a charm.