Advertisement
scott74

Mobile Code Footer Header Campbell

Mar 25th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. #Header_creative #Top_bar #logo { height: auto !important; }
  2.  
  3. @media only screen and (max-width: 767px) {
  4.     #Header_creative #Top_bar #logo img {
  5. max-height: 130px !important;
  6.     }
  7. }
  8.  
  9. @media only screen and (max-width: 767px) {
  10. #Subheader {
  11. background-image: none!important;
  12.   background-color: #000000!important;
  13.   min-height: 80px!important;
  14.     }
  15. }
  16.  
  17. @media only screen and (max-width: 767px) {
  18. #Subheader .title,.callouts {
  19.     margin-top: 15px!important;
  20.     font-size: 22px!important;
  21.     line-height: 35px!important;
  22.      }
  23. }
  24.  
  25. @media only screen and (max-width: 767px) {
  26. #Footer .widgets_wrapper {
  27.     display:none!important;
  28.     }
  29. }
  30.  
  31. @media only screen and (max-width: 767px) {
  32. .gateway-air .animate.zoomInUp {
  33.     margin-bottom: 8%!important;
  34.     margin-top: -12%!important;
  35.     padding-top: 0px!important;
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement