Good evening and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
I wonder if itโs possible to have a smaller height of week view.
For instance, instead of 30px height cells, let 15px.
Absolutely. Some CSS rules should allow you to do just that.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-week-grid-block div {
height: 15px;
margin-bottom: 15px;
}
.tribe-week-grid-block {
height: 30px;
}
Let me know how that goes.
Best regards,
Geoff B.