Advertisement
teerock

The Events Calendar WP plugin columns responsive css fix

Sep 7th, 2012
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @media only screen and (min-width : 320px) and (max-width : 480px) {
  2. #tribe-events-event-meta .column {
  3. float:left;
  4. width:90%!important;
  5. padding:0 4% 0 0;
  6. text-align:left;
  7. margin:0;
  8. }
  9. }
  10.  
  11. @media only screen and (min-device-width : 481px) {
  12. #tribe-events-event-meta .column {
  13. float:left;
  14. width:45%;
  15. padding:0 4% 0 0;
  16. text-align:left;
  17. margin:0;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement