Plugin Support
Joao
(@jplaudares)
Hi @patbell101
At the moment, there’s no default option to customize the month cell height.
However, you can use the following custom code to control the cell height:
.sugar-calendar-block__calendar-month__body__day {
min-height: 100px !important;
}
I’ve set the 100px value, but feel free to change this. The result should look like this: screenshot
You can insert this code on your website under Appearance > Customize > Additional CSS.
Alternatively, you can use the Code Snippets plugin to insert this custom code on your website.
I hope this helps!
Best,
Great. fwiw it was using that snippet in “custom css” on the actual block that worked for me.