Okay
  Public Ticket #2024447
Multiple lines of event name in month view
Closed

Comments

  •  2
    gehess started the conversation

    Hi guys, 

    since the latest updates the name of events are shown over 2 to 3 lines in month view instead of being shown in one line and more centered like before. Long event names have been cut till now and I´d like to know how I can change this back?

    Thanks

  •  785
    Zhivko replied

    Hi,

    Yes, we're aware of that. 

    We've accidentally added line-height option to the fonts & colors settings in these fields. We've fixed this problem in this version but if you have saved the values they will still appear.

    Reseting the fonts & colors settings will fix this issue and the line-height option will disappear. 

    Make sure to copy your custom style tab content if you have added any custom css there.


    Stachethemes Developer

  •  2
    gehess replied

    Thanks for the answer. Reseting and clearing caching didn´t change anything. Lineheight option is still there.

    I fixed it with some css, but thats not ideal:

    body .stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name {
        line-height: 2.5!important;
    }
    body .stec-layout-week-daycell-events .stec-layout-week-daycell-event .stec-layout-week-daycell-event-name{
        line-height: 2.5!important;
    }

    Any suggestions?