hi,
I have the logo on the top nav and
disappears in the mobile version
my site: http://www.publidis.cl/tourismhealthcare/
@media only screen and (max-width:600px) {
#gkTopMenu {
display: block;
float: left;
width: 210px;
margin-top: 5px;
}
#gkTopMenu img {
max-widht: 100%;
}
#gkTopMenu #btl {
margin-top: -15px;
}
}