Logo on Mobile does not appear normaly

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
Fri Jun 05, 2015 9:14 am
Reply with quote
Report this post
Hi


My site is http://www.ekklisiaonline.gr/

The logo on page from desktop appears normaly even if at the first time that i inserted the logo , the logo appeared twice and i found the solution to change the margin to -33px from 0px , please see the following settings.


#gkLogo img, #gkLogoSmall img {
display: block;
margin: -33px;

But after that the logo does not appear correctly on mobile the logo is cut in half.


Can you please for this issue

Thanks in advance

Dimitris
User avatar
Senior Boarder

teitbite
Sat Jun 06, 2015 2:38 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) {
#gkLogoSmall {
display: none;
}

#gkLogo {
    height: auto;
    width: auto;
}

#gkLogo img {
    max-width: 100%;
    height: auto;
}
}
User avatar
Moderator

teitbite
Thu Jun 11, 2015 5:05 pm
Reply with quote
Report this post
Hi

I got a PM from You that this has not fix the problem, but I'm checking it now and logo is resized in mobile as it supposed to. Can You please show me what You had in mind than and how logo should act ?
User avatar
Moderator

GK User
Thu Nov 26, 2015 11:40 am
Reply with quote
Report this post
Thanks in advance

Vag
User avatar
Senior Boarder

teitbite
Sat Nov 28, 2015 5:29 pm
Reply with quote
Report this post
teitbite wrote:Hi

I got a PM from You that this has not fix the problem, but I'm checking it now and logo is resized in mobile as it supposed to. Can You please show me what You had in mind than and how logo should act ?


I do not think You got my last message. Can You please answer?
User avatar
Moderator

GK User
Fri Dec 04, 2015 11:45 am
Reply with quote
Report this post
Hi

Sorry the delay

Yes it works

Thanks

Vag
User avatar
Senior Boarder

teitbite
Sun Dec 06, 2015 12:49 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