Guest User

Woocommerce Social Buttons

a guest
Jun 23rd, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1.  
  2. .social-media-icons {
  3.     display: block;
  4.     height: 25px;
  5.     width: 100%;
  6.     margin: 0 0 10px;
  7.     padding: 0;
  8. }
  9.  
  10. .facebook-button,
  11. .facebook-button-rec,
  12. .twitter-button,
  13. .gplus-button,  
  14. .linkedin-button
  15. {
  16.     float: left;
  17. }
  18.  
  19.  
  20.  
  21. .youtube-button {
  22.     width: 100px;
  23.     margin-bottom: 5px;
  24. }
  25.  
  26. .facebook-button
  27. {
  28.     width: 90px;
  29.     margin-bottom: 5px;
  30. }
  31.  
  32.  
  33. .gplus-button  
  34.  
  35. {
  36.     width: 90px;
  37.     margin-top:0px;
  38. }
  39. .twitter-button{ margin-top: 0px;
  40.                  width: 82px;}
  41.  
  42.  
  43.  
  44. .tumblr-button,
  45. .wanelo-button    
  46. {
  47.     width:65px;
  48.     margin-bottom: 5px;
  49. }
  50. .linkedin-button{width: 95px;}
Advertisement
Add Comment
Please, Sign In to add comment