Put a logo above main menu

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
Tue Mar 19, 2013 5:56 am
Reply with quote
Report this post
Hi,

I need to put a logo on top of the main menu instead of having the logo to one side of that menu like it shows in the default template. What would be the best way to go about this? I tried changing the menu position to top menu but that didn't work.

The developing site doesn't have much yet but here it is: http://216.70.110.123/

Thanks so much!
User avatar
Fresh Boarder

Konrad M
Tue Mar 19, 2013 9:26 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
section#gkPageTop {
padding-top:50px;
}
#gkLogo.cssLogo {
margin-top:-50px;
}

and decrease or increase both values to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Sun Mar 31, 2013 11:13 pm
Reply with quote
Report this post
section#gkPageTop {
padding-top:50px;
}
#gkLogo.cssLogo {
margin-top:-50px;
}

I added to override.css thats OK.

But in my site this logo must be in the middle of the template. not on the left. Like '' The World News II'' template's logo.

Can you help me?

Thank you very much.
User avatar
Fresh Boarder

Konrad M
Tue Apr 02, 2013 6:26 am
Reply with quote
Report this post
@mkgilera please give me url to your website. Without url I can't help you.
User avatar

GK User
Tue Apr 02, 2013 10:36 am
Reply with quote
Report this post
http://www.zardunya.com/

My site URL. Thank you very much.
User avatar
Fresh Boarder

Konrad M
Tue Apr 02, 2013 12:06 pm
Reply with quote
Report this post
Try this code in your override.css
Code: Select all
#gkLogo.cssLogo {
    margin: -50px auto 0;
    float:none !important;
}
User avatar

GK User
Tue Apr 02, 2013 7:15 pm
Reply with quote
Report this post
Now that's OK. Perfect.

Thank you very much :cheer:
User avatar
Fresh Boarder


cron