Comments Elizabeth Martinez started the conversationMay 27, 2019 at 1:30amIs 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? 877Zhivko repliedMay 27, 2019 at 12:18pmHi,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 Developer1 LikeElizabeth Martinez repliedMay 28, 2019 at 2:32pmPerfect, thank you! Sign in to reply ...
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?
Hi,
Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:
Stachethemes Developer
Perfect, thank you!