Support

Home Forums Events Calendar Add-on Height of Calendar not changing

Height of Calendar not changing

Posted: October 7, 2013 at 7:32 am

Viewing 1 reply thread


Jean Kaneko

October 7, 2013 at 7:32 am

I have tried to change the height of the calendar in the app and also have this in the custom css but nothing is working.

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


@media
only screen and (min-width: 768px) {

#espresso_calendar a {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}

}


Dean

October 7, 2013 at 8:42 am

Hi,

You could try

.fc-content table {
height: 2000px;
}

but it depends on what exactly you are trying to do, an example for further information may be helpful, if that code is not what you need.

Viewing 1 reply thread

The support post ‘Height of Calendar not changing’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso