Event list widget formatting issue
-
In our widget of events list, we were having an issue where the content was shoved down form the number line – even overlapping into the next number line (sorry I didnt take a screen shot).
e.g.;
1.
Event title
Event Time
2.I traced it to the CSS line:
.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before{content:”;display:table}and can fix by commenting out the line or deleting content in brackets
An associate fixed it with this, so it is no longer so annoying, but def a reproducible bug in multiple browsers:
.tribe-events-list-widget-events {display:inline!important}
.tribe-event-duration {margin-bottom:20px!important}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Event list widget formatting issue’ is closed to new replies.