Home › Forums › Calendar Products › Events Calendar PRO › Calendar View Column Oversized
- This topic has 6 replies, 6 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
June 19, 2012 at 7:14 am #20837
Magezi
ParticipantHi,
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/
June 19, 2012 at 2:21 pm #20866Steve
ParticipantI’m having a similar issue – http://www.exploringlincoln.com/events/. I would love to get a fix for this.
June 20, 2012 at 3:07 am #20886Joyce Grace
MemberHello 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!
June 21, 2012 at 3:41 pm #20986Jonah
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
June 22, 2012 at 9:30 am #21048Steve
ParticipantJonah,
You, sir, are the man! Much appreciated.
SteveJune 22, 2012 at 12:15 pm #21068Rob
MemberAwesome 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.
July 7, 2015 at 6:21 am #977181Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Calendar View Column Oversized’ is closed to new replies.
