Advertisement
OlgaT-ET

change image

May 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. @media (max-width: 767px){
  2. .custom-floating-logo img {
  3.     display: none;}
  4. }
  5. .custom-floating-logo {
  6.     top: 116px;
  7.     height: 47px;
  8.     width: 100%;
  9.     max-width: 100%;
  10.     left: 0;
  11.     background: url(https://nouriverhotel.com/wp-content/uploads/2018/05/Book-now-mobile.png) center no-repeat;
  12.     background-size: cover;
  13.     z-index: 0;
  14. }
  15. .custom-floating-logo a {
  16.     width: 100%;
  17.    
  18. }
  19.  
  20. .custom-floating-logo a {
  21.     width:  100%;
  22.     height: 100%;
  23.     position: absolute;
  24. }
  25.  
  26. .home #page-container {
  27.     padding-top: 122px !important;
  28. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement