madhawaseeeee

css edits

Apr 27th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. /* accomadation */
  2. .page-accomadation{
  3.  
  4. }
  5. .page-accomadation .suite-image img{
  6.     width: 100%;
  7. }
  8. .page-accomadation .footer-bg{
  9.     background-position-x: center;
  10. }
  11. @media screen and (max-width: 992px) {
  12.     .page-accomadation .slh-desktop{
  13.         margin-top:54px;
  14.     }
  15. }
  16. .page-accomadation .x2-menu-mob{
  17.     display: none;
  18. }
  19. .page-accomadation  .imgsslider{
  20.     background-image: url("http://bohememykonos.hwadev.com/wp-content/uploads/2018/04/contact-bg.jpg");
  21. }
  22. @media screen and (max-height: 490px) and (max-width: 963px){
  23.     .page-accomadation x2-menu-mob{
  24.         display: block;
  25.     }
  26.     .page-accomadation .x2-menu-desk{
  27.         display: none;
  28.     }
  29.     .page-accomadation .top-nav-bar{
  30.         display: none;
  31.     }
  32.     .page-accomadation .x2-menu-mob{
  33.         display: block;
  34.     }
  35.     .page-accomadation .top-page-title{
  36.         margin-top: 85px;
  37.     }
  38.     .page-accomadation .logo-header{
  39.         display: block !important;
  40.     }
  41.     .page-accomadation .logo-mad{
  42.         display: none !important;
  43.     }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment