Moving Logo up or Down

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 Oct 16, 2013 12:28 pm
Reply with quote
Report this post
Hi,

How can i move the logo up or down, at moment i have repalce the logo in the template options wit han image, but the image is on top of the menu, and i wouldlikr to mob«ve it up.

Thank you
User avatar
Expert Boarder

GK User
Wed Oct 16, 2013 1:22 pm
Reply with quote
Report this post
Could You please post an url to your site?

I prefer if You post your an url here, on the forum, but if for some reason You must send me PM, please put there link to this thread also.
User avatar
Moderator

GK User
Wed Oct 16, 2013 2:01 pm
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
#gkHeaderNav h2 {
position: absolute;
top: -6px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Oct 16, 2013 2:18 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
#gkHeaderNav h2 {
position: absolute;
top: -6px;}

Remember to enable "CSS override" in template settings - advanced section.


Wow,

Thank you for the quick response :D
User avatar
Expert Boarder

GK User
Wed Oct 16, 2013 3:16 pm
Reply with quote
Report this post
No problem :).
User avatar
Moderator