Hi there,
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:
@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;
}
}