Advertisement
Guest User

Untitled

a guest
May 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. @media (max-width: 768px) {
  2.  
  3. th.product-price {
  4.     display: none;
  5. }
  6.  
  7.  
  8. th.product-stock-stauts {
  9.     display: none;
  10. }
  11.  
  12. td.product-price {
  13.     display: none;
  14. }
  15.  
  16. td.product-stock-status {
  17.     display: none;
  18. }
  19.  
  20. th.product-name {
  21.     font-size: 12px !important;
  22.     width: 100%;
  23.     padding: 0 !important;
  24. }
  25.    
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement