Last active
July 22, 2016 00:16
-
-
Save tokopress/d613830a9e48ea3f64607efe26636e24 to your computer and use it in GitHub Desktop.
Eventica - Fix Responsive Issue on Community Events Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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