Okay
  Public Ticket #2025378
event titles in the month view
Closed

Comments

  • Elizabeth Martinez started the conversation

    Is it possible for the event title to be vertically centered in the color block for the event - instead of squished at the top of the color block?

  •  785
    Zhivko replied

    Hi,

    Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:

    body .stec .stec-layout-week-daylabel p { line-height: 50px; }
    body .stec .stec-layout-month-daylabel p { line-height: 50px; }
    body .stec .stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name { line-height: 25px; }
    body .stec .stec-layout-week-daycell-events .stec-layout-week-daycell-event .stec-layout-week-daycell-event-name { line-height: 25px; }
    body .stec .stec-layout-week-daycell .stec-layout-week-daycell-wrap .stec-layout-week-daycell-num { line-height: 30px; } 
    body .stec .stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num { line-height: 30px; } 



    Stachethemes Developer

  • Elizabeth Martinez replied

    Perfect, thank you!