Skip to content

Instantly share code, notes, and snippets.

@tokopress
Last active July 22, 2016 00:16
Show Gist options
  • Save tokopress/d613830a9e48ea3f64607efe26636e24 to your computer and use it in GitHub Desktop.
Save tokopress/d613830a9e48ea3f64607efe26636e24 to your computer and use it in GitHub Desktop.
Eventica - Fix Responsive Issue on Community Events Plugin
@media (max-width: 700px) {
#tribe-community-events {
padding: 10px;
}
#tribe-community-events .eventForm.bubble {
padding: 0;
}
}
@media (max-width: 420px) {
.tribe_community_edit #main-content > .container {
padding: 0;
}
}
#tribe-community-events #event-categories ul {
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment