logo disappears in the mobile version

GK User
Thu Mar 24, 2016 2:46 pm
hi,

I have the logo on the top nav and
disappears in the mobile version

my site: http://www.publidis.cl/tourismhealthcare/

Image
User avatar
Platinum Boarder

teitbite
Wed Mar 30, 2016 11:06 am
Hi

I can see You have removed logo and placed a Custom HTML module instead.

Add this to css to make this module fit:

Code: Select all
@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;
}
}
User avatar
Moderator


cron