Skip to content

Compress calendar entries, too much padding. CSS? #1579

Answered by Dan-Peck
j7seven asked this question in Completed
Discussion options

You must be logged in to vote

Hello, @j7seven -- Thank you for the inquiry!

While there is currently no built-in method to adjust the padding within calendar blocks, this can be accomplished with our Custom CSS feature. We do have several calendar types to choose form, however, and any Custom CSS used to modify it will generally depend upon which one is being used.

The area of content you might want to adjust may be subjective, but for the Big Monthly Calendar type, some additional sample CSS you could use to shrink the padded areas of its content might be:

.calendar-monthly-big .event-day LI {
    margin-bottom: 2px;
}

.calendar-monthly-big TD {
    padding: 0 !important;
}

For more information on the Custom CSS fe…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dan-Peck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants