Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Last active February 18, 2016 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/239b4237bd6b2b52be7a to your computer and use it in GitHub Desktop.
Save lorenzocaum/239b4237bd6b2b52be7a to your computer and use it in GitHub Desktop.
Change the datetimes to appear inline on the event listings page and single event pages for Event Espresso 4. #optimization
/* Reposition the times for an event so it appears inline with the date */
.espresso_events .ee-event-datetimes-li>br { display: none; }
.espresso_events .dashicons-clock, .espresso_events .dashicons-calendar { padding-left: 20px; }

You can add new the styling to your child theme's stylesheet or through a plugin like Reaktiv CSS builder or Simple Custom CSS.

Screenshot of change: http://cl.ly/image/1B0s1n0w300y

@lorenzocaum
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment