Hi, Annette.
Feel free to try this CSS code snippet:
body.single-tribe_events .tribe-events-meta-group-other dt,
.tribe-events-meta-group-other dd {
display: inline-block;
}
body.single-tribe_events .tribe-events-meta-group-other dt:after {
content: ":";
}
body.single-tribe_events .tribe-events-meta-group-other dt {
padding-right: 10px;
}
You can add custom CSS code via your child theme’s style.css file, via WordPress 4.7’s Customizer CSS settings, or via a third-party plugin (not guaranteed or supported by us), like:
- SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
- Simple Custom CSS
- Jetpack (supports regular CSS and the LESS and Sass pre-processors)
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Please let me know how it goes for you.