Logo position

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 Sep 14, 2015 12:29 pm
Reply with quote
Report this post
Hi supporters,

I used image logo and the logo is not at equal height compared with the banner on the right. Can you tell me how to move the logo a little up?

logo3.jpg


The problem also happens when viewing by mobile, both portrait

mobile23.jpg


and andscape

mobile-12.jpg


Moreover, when viewing by mobile, the logo does not appear at the center of the screen but stay much deeper on the right. Can you tell me how to move it to the left or center it?

Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Mon Sep 14, 2015 7:54 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Sep 15, 2015 12:46 am
Reply with quote
Report this post
Hi Cyberek,

My URL is http://photowording.com

I already sent you admin ID via message in case you will need.

Thank you and regards,

Hai
User avatar
Gold Boarder

GK User
Fri Sep 18, 2015 1:17 pm
Reply with quote
Report this post
Please check this code in override.css:
Code: Select all
@media (max-width: 640px) {
#gkLogo {
    float: none;
    margin: 20px 0;
    width: 100%;
}
#gkLogo img {
   max-width: 60%;
}
}
User avatar
Moderator

GK User
Sat Sep 19, 2015 12:03 am
Reply with quote
Report this post
Thank you Cyberek. I will check it.

However, I used the code from other topic and it works.

@media only screen and (max-width:820px) {
#gkLogoSmall {
display: none;
}

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

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

GK User
Mon Sep 21, 2015 3:38 pm
Reply with quote
Report this post
If it works, there is no point in changing :).
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Tue Sep 22, 2015 2:52 am
Reply with quote
Report this post
No Cyberek.

I will post another topic if having any question.

Thank you.
User avatar
Gold Boarder

GK User
Fri Sep 25, 2015 1:57 pm
Reply with quote
Report this post
Ok, thank you for following this rule.
User avatar
Moderator


cron