Wednesday, October 28, 2015

Css Hack for Safari Browser

@media screen and (-webkit-min-device-pixel-ratio:0) {
         /* put webkit CSS here*/
   
   .search-form{
  margin-top: 8px; margin-bottom: 5px; margin-left: -78px !important;  margin-top: -73px; position: absolute;
  }
  // for Safari 
    ::i-block-chrome, .eflat-menu li a {
     padding-right:17px !important;
    }
 
    }

No comments:

Post a Comment