Home › Forums › Calendar Products › Events Calendar PRO › There's excess white space below calendars
- This topic has 6 replies, 2 voices, and was last updated 9 years, 1 month ago by
Kelly.
-
AuthorPosts
-
April 3, 2017 at 9:02 am #1263413
Kelly
ParticipantOn my pages using calendar shortcodes, there’s excessive white space below the calendars. It only happens on pages using the shortcodes. How do I get rid of this excessive white space?
Example:
https://www.colonialchurch.org/adults/classesShortcode used:
[tribe_events view="photo" category="classes" tribe-bar="false" limit="4"]Thanks
April 3, 2017 at 6:10 pm #1263634Geoff B.
MemberGood evening Kelly and welcome back!
Thank you for reaching out to us.
We are sorry to hear about that extra white space creeping up on the page while you are using shortcodes.
I would love to help you with this topic.
What is going on is that the sidebar on that page has a hardcoded CSS rule that looks like this
style= "min-height: 2699px;"Removing that rule should fix the issue, as an alternative, you could override that rule with CSS.
.tribe-is-responsive .aside_right .widget-area {
min-height: 0 !important;
}Let me know how that goes.
Best regards,
Geoff B.April 3, 2017 at 8:16 pm #1263686Kelly
ParticipantHi Geoff, thanks so much for the quick reply and finding out the issue for me. Unfortunately that code didn’t work, but I tried:
.sidebar, .widget-area { min-height: 1100px !important; }and that did work, to an extent. (I used 1100 because otherwise it shortens the sidebar’s divider bar). This is not a full solution as I would like the divider bar to extend completely, like it does by default. I’m not sure but was triggering the 2699px height on pages with calendars, but this is a solution that somewhat works. Thanks.
-
This reply was modified 9 years, 1 month ago by
Kelly.
April 4, 2017 at 4:05 pm #1264480Geoff B.
MemberGood evening Kelly,
Thank you for writing back.
I am glad you were able to come up with a workaround for your situation.Kudos for that!
This issue seems to be pretty theme specific. So, as you can guess, the extent of my help is limited.
However, I would like to offer some suggestions:
- Consider using a child theme to perform tweaks and creating a page template just for your events shortcodes based pages
- Contact the theme author for guidance
- Consider searching your theme files for the 2699px value to see where it is coming from
Is there anything else I can do for you ?
Best regards,
Geoff B.
April 5, 2017 at 11:44 am #1265287Kelly
ParticipantThanks so much for the advice, I will keep that in mind. That’s all I need help with, thanks!
-
This reply was modified 9 years, 1 month ago by
Kelly.
April 6, 2017 at 11:03 am #1266096Geoff B.
MemberGood afternoon Kelly,
I am stoked that this was helpful to you.
You are welcome back in our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
- The topic ‘There's excess white space below calendars’ is closed to new replies.
