• Resolved G Matta

    (@gangesh)


    Hello,

    Is there a way to increase height of calendar cells? It just shows 1 event.
    Or is there any other responsive option?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I use this CSS to increase my row size.

    .fc-basic-view .fc-body .fc-row {
    	min-height: 6em;
    }

    Change the 6em to whatever size works for you. You can use decimal values like 6.25em if you need to get the height very specific.

    Thread Starter G Matta

    (@gangesh)

    Works! Thank you!

    Hello

    I selected another template, and now I can see the dates…
    I’m just beginning after 10 years Joomla to learn WordPress
    It depends on the settings of the template
    So I know it’s changebale when I can add css..

    Thx a lot for the support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increasing height of cells’ is closed to new replies.