CGCalendar CSS

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
judeabb
Forum Members
Forum Members
Posts: 26
Joined: Mon Nov 15, 2010 3:07 pm

CGCalendar CSS

Post 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
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: CGCalendar CSS

Post 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;}
Make your community a better place!
judeabb
Forum Members
Forum Members
Posts: 26
Joined: Mon Nov 15, 2010 3:07 pm

Re: CGCalendar CSS

Post by judeabb »

Genius! Thank you!
x
Post Reply

Return to “CMSMS Core”