Mini calendar widget off to right on firefox

Home Forums Calendar Products Events Calendar PRO Mini calendar widget off to right on firefox

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #766764
    rrosen326
    Participant

    It works perfectly on Chrome and Safari but is way off to the right on firefox(mac)
    I can upload a picture if you don’t see it.

    #766790
    rrosen326
    Participant

    Very weird – I was monkeying around with it in firebug, and if I edit the html and put anything before the <table> element it pulls back and works fine. Eg:

    <div class=”tribe-mini-calendar-grid-wrapper”>
    PUT ANYTHING HERE – EVEN &NBSP;
    <table data-nonce=”8a2bde4873″ data-tax-query=”” data-eventdate=”2014-09-01″ data-count=”5″ class=”tribe-mini-calendar”>

    *admin removed html past here

    #768291
    Brian
    Member

    Hello,

    This is a strange one!

    I played around with the css and maybe found a solution.

    Try adding display: inline-block; to your css, like so:

    .tribe-mini-calendar-wrapper {
    display: inline-block;
    width: 100%;
    }

    I tested that in Firefox and it fixed it there and did not break it in chrome.

    Let me know if that works for you.

    Thanks

    *I removed most of the html as it does not format correctly in the forum, if you would like to send us code please try using pastebin or gist, thanks.

    #815860
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mini calendar widget off to right on firefox’ is closed to new replies.