Page 1 of 1

CGCalendar CSS

Posted: Mon Apr 25, 2011 8:29 pm
by judeabb
I'm using the CGCalendar module to display upcoming gigs in a list. The spacing is a bit weird - the gap between the end of one event and the beginning of the next is too small so it looks a bit confusing.
You can see it here: http://freyamusic.co.uk/cmssimple/index.php?page=Gigs
I've tweaked every bit of relevant CSS I can think of on the stylesheet but still nothing.
Anybody able to help me with this?

Thanks.

Jude x

Re: CGCalendar CSS

Posted: Mon Apr 25, 2011 8:52 pm
by M@rtijn
There already is a div around each calendar item, you can easily give it a margin on the bottom.

Put this in your stylesheet:

Code: Select all

.calendar-event {margin-bottom:20px;}

Re: CGCalendar CSS

Posted: Mon Apr 25, 2011 9:05 pm
by judeabb
Genius! Thank you!
x