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
CGCalendar CSS
Re: CGCalendar CSS
There already is a div around each calendar item, you can easily give it a margin on the bottom.
Put this in your stylesheet:
Put this in your stylesheet:
Code: Select all
.calendar-event {margin-bottom:20px;}
Make your community a better place!
Re: CGCalendar CSS
Genius! Thank you!
x
x