Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Top-Arrow: In style.css
  2.  
  3. .scroll_top i{
  4. background-color: #000000;
  5. border-radius: 100%;
  6. color: #FFFFFF;
  7. font-size: 16px;
  8. height: 30px;
  9. width: 30px;
  10. padding-top: 8px; //Changed this
  11. padding-right: 16px; //Changed this
  12. padding-bottom: 16px; //Changed this
  13. padding-left: 8px; //Changed this
  14. text-align: center;
  15. }
  16.  
  17. Right/Left arrow: In Isotope.css
  18.  
  19. .meta-nav-next i, .meta-nav-prev i {
  20. border-radius: 3px;
  21. background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
  22. padding: 1px; //Changed this to 1px
  23. height: 30px;
  24. width: 30px;
  25. line-height: 30px;
  26. font-size: 28px;
  27. text-align: center;
  28. margin-top: 3px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement