Monthly Calendar Too Wide

Home Forums Calendar Products Events Calendar PRO Monthly Calendar Too Wide

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1572046
    jaynewest
    Participant

    Hello,

    When I re-upped my license, the monthly calendar was too wide for the page (right side disappeared). I used the following css in my child .css file to help the main part of the calendar and that worked nicely:

    .tribe-events-month {
    width: 95%;
    }
    .tribe-events-content-wrapper {
    width: 95%;
    }

    However, I still can’t get the “View Month” above the calendar to show completely. Could you give me some ideas to get that to show properly on the page? I have tried:

    width: 95%;
    }

    but that didn’t work… Any help is greatly appreciated.

    Many thanks!
    Jayne

    #1572061
    Andras
    Keymaster

    Hi Jayne,

    Thanks for reaching out!

    Let me try to help you with this one.

    I believe the offset comes somehow from your theme. I checked you site, and instead of the css you shared give this one a try.

    [code language=”php”]
    .post-type-archive-tribe_events .content_block {
    padding: 0;
    }
    .post-type-archive-tribe_events .row {
    margin: 0;
    }
    [/code]

    Let me know how this works out.

    Cheers,
    Andras

    #1572070
    jaynewest
    Participant

    Wow, that was fast and it worked.

    Thank you SO much!

    Best,
    Jayne

    #1572307
    Andras
    Keymaster

    You’re very welcome Jayne! Happy to have helped.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Thanks!

    PS2: If you like our plugins, and you didn’t yet do so 🙂 we would also be happy to receive a review in the wordpress.org repository. Much appreciated!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Monthly Calendar Too Wide’ is closed to new replies.