List Widget displays different
-
In the sidebar, I have the Event list widget displaying the way I like it. With no numbered list and nice tight spacing between lines/posts.
However, on a page, using Pagebuilder and inserting the Event List Widget, It has numbers and awful spacing between lines. Any suggestions on how to keep them the same? I want to exclude the numbers, and tighten up spacing.I’m using Mantra theme, a child, and have this CSS in place which seems to work for sidebar only.
li.tribe-events-list-widget-events h4.entry-title.summary a { font-size: 12px; color: blue; }
li.tribe-events-list-widget-events h4.entry-title.summary { padding-right: 0px; line-height: 15px;}
.tribe-events-list-widget ol { margin:0; }
li.tribe-events-list-widget-events { margin-bottom: 10px; }
.tribe-events-list-widget ol li { margin-bottom: 0; }
- The topic ‘List Widget displays different’ is closed to new replies.