I´m trying to implement a calendar in week view. While the calendar works, it also leads to a big gap below and before the following content. Is it possible, to reduce the (unnecessary) height of the week view? Everthing I tried via CSS like padding/margin etc. didn´t work. Thanks
Hi there,
I´m trying to implement a calendar in week view. While the calendar works, it also leads to a big gap below and before the following content. Is it possible, to reduce the (unnecessary) height of the week view? Everthing I tried via CSS like padding/margin etc. didn´t work.
Thanks
A screenshot could maybe be helpful
Hi,
The problem is you have "min-height: 600 !important" set for the calendar container.
Screenshot attached.
Stachethemes Developer
Thank you very much! Didn´t set it afaik, but now I know what has to be changed!