Media Query for Footer CASHBOARD


/ Published in: CSS
Save to your folder(s)

This is the CSS for the footer


Copy this code and paste it in your HTML
  1. } @media only screen and (max-width:480px){
  2.  
  3. td.footer_1 {
  4. font-size: 10px;
  5. display: block;
  6. width: 100%;
  7. }
  8.  
  9. } @media only screen and (max-width:480px){
  10.  
  11. table.footer_2 {
  12. font-size: 10px;
  13. width: 100%;
  14. display: block;
  15. }
  16.  
  17. } @media only screen and (max-width:480px){
  18.  
  19. table.footer_3 {
  20. font-size: 10px;
  21. display: block;
  22. width: 100%;
  23. }
  24. } @media only screen and (max-width:480px){
  25. table.footer_4 {
  26. font-size: 8px;
  27. display: inline-block;
  28. width: 100%;
  29. }
  30.  
  31. }

URL: https://us9.admin.mailchimp.com/templates/design?tid=306729

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.