Mobile logo

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 Jan 27, 2016 8:16 am
Reply with quote
Report this post
Hi,

I want my mobile logo that appears on the menu bar a little bit smaller so it fits into the bar.

Image
As you can see the logo now is too big.

Thanks in advance,

Michael
User avatar
Expert Boarder

GK User
Wed Jan 27, 2016 8:30 am
Reply with quote
Report this post
Sorry, I forgot to mention the URL
User avatar
Expert Boarder

teitbite
Sun Jan 31, 2016 12:03 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
    width: 35px !important;
}
}
User avatar
Moderator

GK User
Thu Feb 04, 2016 4:07 pm
Reply with quote
Report this post
tnx m8! This has done the trick for me! :)
User avatar
Expert Boarder

teitbite
Wed Feb 10, 2016 12:59 pm
Reply with quote
Report this post
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron