Hello,
http://themes.semicolonweb.com/html/canvas/events-calendar.html
I want to increase the rows height of the Calendar by 15px, is it possible?
Thanks a lot.
3 replies · opened Oct 17, 2020
Hello,
http://themes.semicolonweb.com/html/canvas/events-calendar.html
I want to increase the rows height of the Calendar by 15px, is it possible?
Thanks a lot.
Hello,
The Calendar Rows heights depend on the Height of the Entire Calendar. You can control this by setting a Height for the Calendar. Use this CSS Code:
[ch_pre type="css"].fc-calendar .fc-body {
height: 600px;
}[/ch_pre]
You can increase this value according to your needs.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
It works well, thanks to your help I made a small change as it looked bad on mobile:
@media (min-width: 992px) {
.fc-calendar .fc-body {
height: 600px;
}
}
Thanks again!
Hello,
Ohh Yes! Apologies!
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard