I am falling to remove the space underneath the mobile logo of the mobile site. The desktop version works fine.
Website: http://puristcoffee.com
Screenshot:






 1.00 out of 6 based on 1 vote(s)
1.00 out of 6 based on 1 vote(s)

@media (max-width: 640px) {
#gkLogo.cssLogo {
  background: transparent url('../images/mobile_logo.png') no-repeat 0 0;
 height: 98px;
 width: 90px;
  height:  100px;
  margin-bottom: -50px!important;
}
}

