studioart

Enfold - Masonry

Feb 6th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*ENFOLD - MASONRY - TITLE*/
  2. #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
  3.   color: #000;
  4. }
  5.  
  6. /*ENFOLD - MASONRY - SORT - DISPLAY SORT ITEMS AS BLOCKS*/
  7. .av-sort-by-term {
  8.    width: 100%;
  9.    display: table;
  10.    table-layout: fixed;
  11. }
  12.  
  13. /*ENFOLD - MASONRY - SORT - DISPLAY SORT ITEMS AS BLOCKS*/
  14. .av-sort-by-term a {
  15.    display: table-cell;
  16.    padding: 20px 5px;
  17. }
  18.  
  19. /*ENFOLD - MASONRY - SORT - REMOVES THE SEPARATOR BETWEEN SORT ITEMS*/
  20. span.text-sep {
  21.    display: none;
  22. }
  23.  
  24. /*ENFOLD - MASONRY - SORT - ACTIVE SORT SELECTION*/
  25. #top.page-id-xxxx a.active_sort {
  26.   background-color: #000;
  27.   color: #000;
  28. }
  29.  
  30. /*ENFOLD - MASONRY - SORT - REMOVE UNNECESSARY PADDING*/
  31. #top.page-id-xxxx #main > div.container_wrap:nth-child(2) .av-masonry .av-masonry-sort {
  32.   padding-bottom: 0px;
  33.    padding-left: 0px;
  34.    padding-right: 0px;
  35.    padding-top: 0px;
  36. }
  37.  
  38. /*ENFOLD - MASONRY - SORT - MOBILE*/
  39. @media screen and (max-width: 414px) {
  40.   #top.page-id-xxxx #main > div.container_wrap:nth-child(2) .av-masonry .av-masonry-sort a {
  41.    display: block;
  42.   }
  43. }
Add Comment
Please, Sign In to add comment