Home › Forums › Calendar Products › Events Calendar PRO › Upcoming Event Sidebar Widget Month Wrapping
- This topic has 9 replies, 3 voices, and was last updated 7 years, 9 months ago by
Sarah.
-
AuthorPosts
-
June 18, 2018 at 9:28 am #1555488
Sarah
ParticipantHi I use event calendar pro and I’m trying to figure out the css padding to stop the wrapping of the month in my upcoming event sidebar widget.
June 19, 2018 at 4:57 am #1556011Jeremy
KeymasterHi Sarah,
Thanks for reaching out to us! I’d be happy to help you 🙂
Could you try to add the following snippet in Appearance > Customize > Additional CSS, and tell me if that makes a difference?
.sidebar .tribe-mini-calendar-event .list-date {
padding: 2px;
}
I hope this helps,
Cheers,
JeremyJune 29, 2018 at 8:18 am #1564525Sarah
ParticipantThanks that worked like a champ!
June 29, 2018 at 10:14 am #1564667Sarah
ParticipantWould the padding effect the calendar widget? Now after changing the padding it seems my footer calendar numbers wrap for some but not others? I feel bad I’m being so picky but do I need to shrink the font size?
June 30, 2018 at 12:23 am #1565069Jeremy
KeymasterHi Claire,
I’m glad the CSS I gave you solved your problem on the Upcoming Events sidebar widget 🙂
The CSS I gave you has no effect on the calendar widget. The problem comes from your theme, as there’s an overall style for table cells which overrides our calendar’s style. In order to offset it, you may add the following snippet in your Additional CSS:
.tribe-mini-calendar td.mobile-trigger { padding: 2px; }I hope this helps,
Cheers,
JeremyJuly 12, 2018 at 8:50 am #1573616Sarah
ParticipantHi I just applied the new update for tickets (version 4.7.5 ) and calendar plus (Version 4.4.29.1 ). I noticed after updating that the css to wrap the text in the side bar
.tribe-mini-calendar td.mobile-trigger {padding: 2px !important;
}
is no longer working. Was something updated so I need to modify my CSS again? Thanks
July 12, 2018 at 8:51 am #1573623Sarah
ParticipantHi I just applied the new update for tickets (version 4.7.5 ) and calendar plus (Version 4.4.29.1 ). I noticed after updating that the css to wrap the text in the side bar is no longer working. Was something updated so I need to modify my CSS again? Thanks
July 12, 2018 at 1:51 pm #1574095Barry
MemberHi there!
Though I can see the most recent snippet Jeremy shared with you (“.tribe-mini-calendar td.mobile-trigger”) I don’t actually see the initial snippet that he shared … before we go any further, can you pop open Appearance ‣ Customize ‣ Additional CSS one more time and ensure it wasn’t accidentally deleted?
Thanks!
July 12, 2018 at 3:06 pm #1574176Sarah
ParticipantOh I’m so I’m embarrassed. It was accidentally deleted somehow. Thanks for the help. This ticket has been fully resolved if you’d like to close it.
Kind regards,
SaraJuly 13, 2018 at 1:07 pm #1575030Barry
MemberThanks for confirming!
If we can help with anything else, please don’t hesitate to create a fresh topic — one of the team will be only too happy to assist 🙂
-
AuthorPosts
- The topic ‘Upcoming Event Sidebar Widget Month Wrapping’ is closed to new replies.
