Advertisement
sierre

Events in Photo Grid

Oct 19th, 2024
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.15 KB | None | 0 0
  1. /*= Events in Photo Grid =*/
  2. .post-type-archive-tribe_events .tribe-events-pro-photo .tribe-common-g-row .tribe-common-g-col {
  3. display: block !important;
  4. }
  5.  
  6. .post-type-archive-tribe_events .tribe-events-pro-photo .tribe-common-g-row .tribe-common-g-col .tribe-events-pro-photo__event-featured-image-wrapper {
  7. height: 80%;
  8. display: block;
  9. /*border: 1px solid #eee;*/
  10. }
  11.  
  12. .post-type-archive-tribe_events .tribe-events-pro-photo .tribe-common-g-row .tribe-common-g-col .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link {
  13. display: block;
  14. height: 90%;
  15. width: auto;
  16. text-align: center;
  17. margin: auto;
  18. overflow:hidden;
  19. }
  20.  
  21. .post-type-archive-tribe_events .tribe-events-pro-photo .tribe-common-g-row .tribe-common-g-col .tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link img {
  22. display: block;
  23. height: auto;
  24. width: auto;
  25. text-align: center;
  26. margin: auto;
  27. }
  28.  
  29. .post-type-archive-tribe_events .tribe-events-pro-photo .tribe-common-g-row .tribe-common-g-col .tribe-events-pro-photo__event-details-wrapper {
  30. height: 20%;
  31. }
  32. /*= END of Events in Photo Grid =*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement