Logo resizing to fit screen on mobile device

GK User
Thu Jan 08, 2015 5:17 pm
the customer has requested that the logo was big in desktop version but now in mobile version not enter (see attach) is possible that it can resize when is view in mobile version?

To use the current logo I added in override.css this:
#gkLogo.cssLogo {
background: url("../images/logo.png") no-repeat scroll center center transparent;
height: 120px;
width: 382px;
}

I did some testing but does not resize...

tnx
User avatar
Expert Boarder

GK User
Fri Jan 09, 2015 3:15 pm
the mobile logo that I've linked isn't a svg but a png, could is thi the problem?

.svg #gkLogo.cssLogo {
background-image: url("../images/logo_mobile.png");
}
User avatar
Expert Boarder

teitbite
Fri Jan 09, 2015 9:51 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Sat Jan 10, 2015 8:51 pm
Hi

The url You've send me is showing "Server no found" message. Can You please check it and send one more time ?
User avatar
Moderator

GK User
Sun Jan 11, 2015 6:05 pm
Solved,
I managed to convert the logo in svg and function... for now...
User avatar
Expert Boarder

teitbite
Sun Jan 11, 2015 10:36 pm
Hi

Ok I'm happy to hear that. I've just tried to see Your site and it's offline so was going to ask You to send it to me. Now there is no need. Thread closed.
User avatar
Moderator


cron