change menu display

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 Feb 19, 2014 11:35 am
Reply with quote
Report this post
Hi,
how could I change the position of this menu?
I would display it in horizontal
Image

and how to resize the logo to the top of the page, it is displayed too small

thanks
User avatar
Junior Boarder

GK User
Wed Feb 19, 2014 12:24 pm
Reply with quote
Report this post
Hi,

1) About menu: you have to publish menu on different position (bannertop) - but to get horizontal view - hmm it won't be so easy as you expect
2) About logo: if you are using from CSS,
you have to override

Code: Select all
#gkLogo.cssLogo {
    height: ....px;
    width: ....px;
}


If insert your size.

But if you are using Logo type : Image....
Code: Select all
#gkLogo {
    height: 35px;
    width: 140px;
}


play with those values... I don't see page ... so I can only guess
User avatar
Platinum Boarder

GK User
Thu Feb 20, 2014 2:34 pm
Reply with quote
Report this post
Thanks. ;)
User avatar
Junior Boarder


cron