logo_small not responsive

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Thu Jan 01, 2015 6:49 pm
Bonjour

Site with joomla 3.3.6 and Steakhouse 3.15 template.

I have tried with logo "css" and with logo "image" and test in site responsinator.com.
Always the logo_small of menu isn't responsive.

I have override css with
@media (max-width: 640px){
{
#gkLogoSmall {height: 44px;}
}
}
but it's not good.

Option is actualy logo "image"

Adress of site test : fantasleria.fr/lenapo

Merci
User avatar
Fresh Boarder

GK User
Thu Jan 01, 2015 7:29 pm
Error

Of cause it's

@media (max-width: 640px)
{
#gkLogoSmall {height: 44px;}
}
User avatar
Fresh Boarder

GK User
Thu Jan 01, 2015 11:55 pm
Perhaps the solution

@media (max-width: 640px)
{
#gkLogoSmall img {max-height: 40px;}
}

It seems that it's good...... I hope.
User avatar
Fresh Boarder

teitbite
Fri Jan 02, 2015 9:59 am
Hi

Yes this can be an answer, but it mostly depends from the logo dimensions. This is why sometimes it needs an adjustment. Anyway I'm glad You've figured it out.
User avatar
Moderator

GK User
Fri Jan 02, 2015 7:39 pm
OK.

Merci.
User avatar
Fresh Boarder


cron