Calendar View Column Oversized

Home Forums Calendar Products Events Calendar PRO Calendar View Column Oversized

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #20837
    Magezi
    Participant

    Hi,
    I just added two events that take place on Saturday, 6/23. The Saturday column is now disproportionately wider, approximately 3 times wider than all the other columns. There is a large gap of space following both event titles even though none was added when creating the events.

    A prompt response and assistance would be greatly appreciated so as to get this resolved as we begin promoting the event and pointing to the calendar as a reference. http://www.mindbodyflowyoga.com/events/month/

    #20866
    Steve
    Participant

    I’m having a similar issue – http://www.exploringlincoln.com/events/. I would love to get a fix for this.

    #20886
    Joyce Grace
    Member

    Hello Magezi and Steve. This is really strange, I have not seen this before but it’s great that you’ve pointed it out. I will ask Jonah to look at this, in case it is a glitch with our code. However, I have a feeling (I could be wrong), that there is CSS from your theme’s style sheet conflicting with the css of The Events Calendar, which does happen with plugins sometimes. I tried to look for what this might be but couldn’t find anything in particular. I do see that the part of the calendar that is stretching out for you is inheriting a lot of styles from style.css, though non in particular I’m able to point specifically to the “stretching” problem.

    So I just wanted you to know that we’re here and hopefully Jonah will be able to look at this really soon.

    Thanks for your patience!

    #20986
    Jonah
    Participant

    @Magezi – in your case your theme has a style for hr elements and is setting the width to 600px. You can correct this easily by adding the following CSS to your theme’s style.css:

    .tribe-events-calendar hr {
    width: auto;
    }

    @Steve – you have a similar issue, your theme is applying a width to the .hentry class and you can correct this with the following CSS:

    .tribe-events-calendar .hentry {
    width: auto;
    }

    I hope that helps guys but let me know if you need anything else.

    – Jonah

    #21048
    Steve
    Participant

    Jonah,
    You, sir, are the man! Much appreciated.
    Steve

    #21068
    Rob
    Member

    Awesome to hear this did the trick for you, Steve! Thanks for confirming as much.

    Magezi: any luck on your end? Let us know if so and we’ll close this thread out accordingly.

    #977181
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Calendar View Column Oversized’ is closed to new replies.