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
Mon Nov 14, 2016 9:22 pm
Reply with quote
Report this post
My logo gets cut off on a mobile device. Is there any way I can use a different logo for mobile devices? Please advise.

David

Screenshot_20161114-121826.jpg
User avatar
Expert Boarder

teitbite
Fri Nov 18, 2016 10:44 am
Reply with quote
Report this post
Hi

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:380px) {
#gkLogo.cssLogo, #gkMenuWrap #gkLogo.cssLogo {
    background-size: auto 100%;
    height: 45px;
    margin-top: 21px;
    width: 215px;
}
}
User avatar
Moderator

GK User
Mon Nov 21, 2016 6:56 pm
Reply with quote
Report this post
Thank you :)
User avatar
Expert Boarder

teitbite
Thu Nov 24, 2016 11:20 am
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

GK User
Wed Nov 30, 2016 10:55 am
Reply with quote
Report this post
hi,
i have the same problem, i need different logo.jpg in desktop and mobile view but how can i do this.
i tried the code you have added above but this doesnt work, my logo ist always to big on mobile...

do you have any idea?

joomla 3.6.4, php 7.13, MySql 5.5.5,
User avatar
Fresh Boarder

teitbite
Mon Dec 05, 2016 6:47 pm
Reply with quote
Report this post
Hi

It's pretty much individual thing. Please tell me the url to Your site.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.