Logo in Mobile device

GK User
Wed Jun 01, 2016 11:53 am
Hi,
The logo is not resized when the site is viewed by mobile.
As you can see here: http://dev.gioacchinocipriano.it/
Any solution?
Best Regards.
Gioacchino
User avatar
Expert Boarder

GK User
Wed Jun 01, 2016 2:27 pm
Ok.
I found this solution by add this at the overridie.css:
Code: Select all
@media only screen and (max-width:840px) {
 #gkLogo.cssLogo {
   height: 90px;
   width: 180px;
}

it's correct?
Best regards
Gioacchino
User avatar
Expert Boarder

teitbite
Sun Jun 05, 2016 6:40 pm
Hi

Yes, that's the exact solution I'm proposing in similar threads on our forum. Great You've been able to find it. Thread closed.
User avatar
Moderator


cron