Mobile Logo
Rate this topic: 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
David
Screenshot_20161114-121826.jpg
-
- 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.
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;
}
}
-
- Moderator
- 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
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
-
- 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,
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,
-
- 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.
It's pretty much individual thing. Please tell me the url to Your site.
-
- Moderator
6 posts
• Page 1 of 1