I AM GETTING A DIFFERENT VIEW ON MY CELL PHONE OF THIS WHY?

GK User
Mon May 16, 2016 10:17 pm
Hello,

I don't understand why I am getting a different header image view on my cell phone of this template/website: http://www.fayettesda.org/

What do I need to do to the same consistent view like the desktop view with the whole header image, what settings do I need to change in the Image Show GK4 so that the complete image will reflect on all devices equally?

Thank you.. :D
User avatar
Platinum Boarder

teitbite
Thu May 19, 2016 11:47 am
Hi

I'm not entirely sure what You have in mind, but I think You mean that upper bar is covering part of slider. It's becuase logo is a little too big in mobile view. Try adding this to override.css

Code: Select all
@media only screen and (max-width:767px) {
#gkLogo img {
    margin: 18px 0 0;
    width: 110px;
}
}
User avatar
Moderator

GK User
Thu May 19, 2016 10:18 pm
Teitbite,

Once again thank you.. :D


teitbite wrote:Hi

I'm not entirely sure what You have in mind, but I think You mean that upper bar is covering part of slider. It's becuase logo is a little too big in mobile view. Try adding this to override.css

Code: Select all
@media only screen and (max-width:767px) {
#gkLogo img {
    margin: 18px 0 0;
    width: 110px;
}
}
User avatar
Platinum Boarder

teitbite
Sat May 21, 2016 5:28 pm
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