Created
May 21, 2013 18:18
-
-
Save anonymous/5622017 to your computer and use it in GitHub Desktop.
Event Calendar Pro Responsive Solution
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 only screen and (min-width : 320px) and (max-width : 480px) { | |
#tribe-events-event-meta .column { | |
float:left; | |
width:90%!important; | |
padding:0 4% 0 0; | |
text-align:left; | |
margin:0; | |
} | |
.tribe-events-calendar td .tribe-events-event { padding: 6px 2px !important;} | |
.tribe-events-calendar td a {font-size: 11px !important;} | |
#tribe-events-content { padding: 1px 7px !important;} | |
} | |
@media only screen and (min-device-width : 481px) { | |
#tribe-events-event-meta .column { | |
float:left; | |
width:45%; | |
padding:0 4% 0 0; | |
text-align:left; | |
margin:0; | |
} | |
.tribe-events-calendar td .tribe-events-event { padding: 6px 2px !important;} | |
.tribe-events-calendar td a {font-size: 11px !important;} | |
#tribe-events-content { padding: 1px 7px !important;} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment