sexycullen

theme 220 css part

Jan 12th, 2021 (edited)
1,106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. /* maziekeen's theme 221 - MASONRY NAVIGATION CSS PART */
  2. .masonry-navigation {
  3. width: 100%;
  4. border-bottom: 1px solid #e2e2e2;
  5. margin-bottom:15px;
  6. }
  7.  
  8. .masonry-navigation:last-child {
  9. border:none;
  10. }
  11.  
  12. .masonry-navigation-item.one-column {
  13. width: 100%;
  14. padding: 0 5px;
  15. margin-bottom: 10px;
  16. }
  17.  
  18. .masonry-navigation-item.one-column ul {
  19. display: flex;
  20. flex-wrap: wrap;
  21. margin: 0;
  22. padding: 0;
  23. }
  24.  
  25. /* if you have any problem with one colum lists (ul li) you edit here */
  26. .masonry-navigation-item.one-column ul li {
  27. margin: 4px 15px;
  28. padding: 0;
  29. }
  30.  
  31. /* if they don't display two columns correctly, try to decrease the value on width: 240px */
  32. .masonry-navigation-item.two-columns {
  33. width: 240px;
  34. padding: 0 5px;
  35. margin-bottom: 10px;
  36. }
  37.  
  38. /* if they don't display three columns correctly, try to decrease the value on width: 160px */
  39. .masonry-navigation-item.three-columns {
  40. width: 160px;
  41. padding: 0 5px;
  42. margin-bottom: 10px;
  43. }
  44.  
  45. /* edit height: 215px to adjust the box height if you add the class scroll in the html */
  46. .masonry-navigation-item.scroll {
  47. height:215px;
  48. overflow-y: scroll;
  49. }
  50. /* maziekeen's theme 221 - MASONRY NAVIGATION CSS PART */
Add Comment
Please, Sign In to add comment