Advertisement
Guest User

Untitled

a guest
Apr 4th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. .tiled-gallery .gallery-row {
  2. width: 100% !important;
  3. height: auto !important;
  4. }
  5. .tiled-gallery .gallery-row:after {
  6. content: '';
  7. display: block;
  8. clear: both;
  9. }
  10. .tiled-gallery .gallery-group {
  11. margin: 2% 2%;
  12. width: 20% !important;
  13. height: auto !important;
  14. }
  15. #gallery-4 {
  16. margin: 0 auto;
  17. position: relative;
  18. }
  19. .tiled-gallery .tiled-gallery-item {
  20. width: 100% !important;
  21. }
  22. .tiled-gallery .tiled-gallery-item a {
  23. display: block;
  24. }
  25. .tiled-gallery .tiled-gallery-item img {
  26. display: block;
  27. width: 100% !important;
  28. height: auto !important;
  29. }
  30. /* For Responsive */
  31. @media screen and ( max-width: 500px ) {
  32. .tiled-gallery .gallery-group {
  33. float: none;
  34. }
  35. .tiled-gallery .gallery-group {
  36. width: 95% !important;
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement