Smaller logo for mobile devices

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 Mar 30, 2016 2:35 pm
Reply with quote
Report this post
I need to have a smaller logo for mobile devices. How can I do it on storebox template?
User avatar
Fresh Boarder

teitbite
Mon Apr 04, 2016 12:51 pm
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

GK User
Wed Apr 06, 2016 9:47 pm
Reply with quote
Report this post
This is our website http://www.alfaeomega.org
User avatar
Fresh Boarder

teitbite
Thu Apr 21, 2016 9:44 am
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:650px) {
#gkLogo img {
    width: 100%;
}
}
User avatar
Moderator

GK User
Thu Apr 21, 2016 11:10 am
Reply with quote
Report this post
It works, thanks a lot!
User avatar
Fresh Boarder

teitbite
Sun Apr 24, 2016 5:48 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