Skip to content

Instantly share code, notes, and snippets.

@klyonrad
Created August 2, 2016 17:47
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 klyonrad/e74823d36e695f32d3b2d6f59f086aff to your computer and use it in GitHub Desktop.
Save klyonrad/e74823d36e695f32d3b2d6f59f086aff to your computer and use it in GitHub Desktop.
overwrite wordpress plugin upcoming_events for arclite theme
/**
* Overwrite events plugin style
* to move the list dots into container
*/
.ec3_list {
list-style-position: inside;
margin-left: 1%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment