Logo is not responsive on smartphones

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Sep 24, 2014 8:05 pm
Reply with quote
Report this post
We have uploaded a new logo to our site and have noticed that it is not responsive on smartphones (in general, it looks OK on smartphones). Do you have a fix for this so that it aligns/sizes properly across devices?
User avatar
Senior Boarder

GK User
Thu Sep 25, 2014 12:01 am
Reply with quote
Report this post
Screenshot of the issue
User avatar
Senior Boarder

GK User
Thu Sep 25, 2014 4:29 pm
Reply with quote
Report this post
We are facing a deadline and really need some help on this issue ASAP. Thank you.
User avatar
Senior Boarder

teitbite
Sat Sep 27, 2014 10:22 am
Reply with quote
Report this post
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
Tue Sep 30, 2014 12:17 pm
Reply with quote
Report this post
Hi

You have some classes in override.css breaking the logo width, but to not break the new code add this at the bottom of mobile.css file:

Code: Select all
#gkLogo {
    width: 100% !important;
}

#gkLogo img {
    max-width: 100%;
}
User avatar
Moderator


cron