Page 1 of 1

Calendar

Posted: Wed Nov 02, 2016 9:53 pm
by tjagreene
We have installed CGCalendar 2.1.4.2 under CMS 2.1.5 using Simplex and Simplex Navigation menu templates. Everything displays correctly except for one wrinkle - the calendar displays at the bottom of the screen. The top left edge of the Calendar aligns with the bottom right corner of the News article display in the sidebar menu.

Have not been able to find the code that controls the spacing - if that's the problem.

Any suggestions would be appreciated.
Tom

Re: Calendar

Posted: Wed Nov 02, 2016 11:07 pm
by paulbaker
Sounds like a possible float issue with the CSS, unlikely to be able to help without a link to the page.

Re: Calendar

Posted: Thu Nov 03, 2016 2:18 am
by tjagreene
That was a little slow of me. Here is a link to the page.

http://manotickwebart.ca/index.php?page=calendar

Thanks fro the quick reply.

Tom

Re: Calendar

Posted: Thu Nov 03, 2016 8:59 am
by velden
Not relevant but annoying :-) (note the curly bracket in the end)

Code: Select all

<div id="fullcalendar"></div>}
Test this in your CSS

Code: Select all

.fc-toolbar > .fc-clear {
	clear: none;
}

Re: Calendar

Posted: Thu Nov 03, 2016 8:22 pm
by tjagreene
Hi Velden,
I presume when I edit the fullcalendar.css I replace the full code block for the Toolbar and leave just one line

.fc-toolbar > .fc-clear {
clear: none;
}

Like to know before I do it.

Tom

Re: Calendar

Posted: Thu Nov 03, 2016 10:33 pm
by velden
No, just add it.