Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jet13

    (@jet13)

    Just to note two images are contained within that link, the working Chrome first, then the problematic Firefox/IE version.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    That’s odd. Could you provide a link to your site, so I can take a closer look?

    Thread Starter jet13

    (@jet13)

    Do you have an email address I can use? I could send you an access link.

    Thanks!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Posting e-mail addresses on these forums is really discouraged (I get a twinge of pain every time) but if visit the plugin page and look up you should see a contact URL…

    http://rhanney.co.uk/plugins/google-calendar-events/

    Thread Starter jet13

    (@jet13)

    Thanks and I completely understand, would just prefer not to be posting login details (the site is hidden behind a maintenance page for non-registered users). I’ve just emailed the author and we can certainly post the answer/resolution here afterwards.

    Thread Starter jet13

    (@jet13)

    Fantastic support from the developer, helped me find the problem. They found this in the CSS which was causing the problem:

    #content td {
    width: 50%;
    }

    He suggested I should override this for the calendar with the following CSS:

    #content .gce-calendar td {
    width: auto;
    }

    Works perfectly now, have left a great review.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Skewed grid/ajax calendar in Firefox’ is closed to new replies.