Home › Forums › Calendar Products › Events Calendar PRO › Countdown widget pushes into widget below
- This topic has 10 replies, 4 voices, and was last updated 12 years, 1 month ago by
Brook.
-
AuthorPosts
-
February 17, 2014 at 4:04 pm #105595
adlindberg
ParticipantHey Tribe!
On each of my pages (except my Events page) the Events Countdown widget pushes down into the title of the widget below. (I’ve removed the text from the lower widget’s title to help it look a bit better.) Any thoughts on why this might be happening?
February 17, 2014 at 6:12 pm #105749Brook
ParticipantHowdy adlindberg,
The CSS for that widget is unfortunately conflicting with your theme. However, I believe the fix to be very easy. This CSS should do it for you, you can play with the margin-bottom dimenstion until you are happy:
#sidebar .widget.tribe-events-countdown-widget {
margin-bottom: 5em;
}
Does that make sense? Will that work for you? Please let me know. Cheers!
– Brook
February 18, 2014 at 7:22 pm #106325Beth Burt
ParticipantCould this be the same or similar to my issue: (https://tri.be/support/forums/topic/countdown-hovers-below-bottom-of-widgetized-area)
There, kalgary1 and Brook came back with great solutions. Either if these work. Try adding the one you like best 🙂
.widget.tribe-events-countdown-widget { min-height: 75px; }or
.widget.tribe-events-countdown-widget { padding-bottom: 5em; }
My “actual” problem is still in the works. (Maybe I should create a new issue for that. Hmm.) The problem seems to be that some necessary css files that address this “overflowing” issue aren’t being loaded.
I’ll post back when I have anything more about that.
February 20, 2014 at 6:30 am #106940Leah
MemberHey ieautism,
Would you mind starting your own thread? That will help us focus on your situation and get you better and faster help 🙂
Best,
Leah
February 20, 2014 at 11:12 pm #107614Beth Burt
ParticipantHi Leah,
Yep, I did actually, just after I post here, but didn’t get back here and post that I did so. Check it out: https://tri.be/support/forums/topic/some-tribe-css-files-not-enqueued/
All the best,
-Luis
February 24, 2014 at 5:56 am #108602Brook
ParticipantSorry Luis, there was a mixup on our end. Thank you for sharing that solution with others!
– Brook
February 24, 2014 at 8:21 pm #109002Beth Burt
ParticipantHey adlindberg,
Didn’t mean to hijack your thread. Have you tried either of the two solutions:
[code]
.widget.tribe-events-countdown-widget { min-height: 75px; }
[/code]
or
[code]
.widget.tribe-events-countdown-widget { padding-bottom: 5em; }
[/code]
Personally I like working in ems rather than pxes 🙂
-Luis
February 24, 2014 at 8:22 pm #109003Beth Burt
ParticipantThis reply is private.
February 24, 2014 at 8:22 pm #109004Beth Burt
ParticipantThis reply is private.
February 25, 2014 at 12:58 pm #109252adlindberg
ParticipantLuis-
No problem. I used the ems version. Though either would be fine. Check it out at orhistory.com.
February 25, 2014 at 2:09 pm #109322Brook
ParticipantAwesome! Always good to hear when a soloution worked. I am going to mark this topic resolved. Thanks for the followup Adlindberg, and the help Luis.
– Brook -
AuthorPosts
- The topic ‘Countdown widget pushes into widget below’ is closed to new replies.
