Change menu position from left to center of the page

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 Apr 03, 2013 9:48 pm
Reply with quote
Report this post
How can I change main menu position from left to center of the page?
thank you

My site url: http://www.zardunya.com
User avatar
Fresh Boarder

Konrad M
Thu Apr 04, 2013 8:44 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
#gkMainMenu {
    margin: 0 0 0 17%;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 04, 2013 8:43 pm
Reply with quote
Report this post
Now That's OK. :D

THANK YOU VERY MUCH Konrad M ...
User avatar
Fresh Boarder

GK User
Thu Apr 04, 2013 10:13 pm
Reply with quote
Report this post
:cry:

Now I have one more problem about the same problem.
In template parametres ; When I select Logo type ''from css'' that's ok.
But When I want to select ''image or text'', I see a big problem.

I want to use image for LOGO. It must be in the center of the page....

And I want to change logo size.

Please help me.

THANK YOU AGAIN...
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 8:21 am
Reply with quote
Report this post
This code will fix your issue:
Code: Select all
section#gkPageTop {
    padding-top: 15px;
}

#gkLogo {
    display: block;
    float: none !important;
    height: 120px;
    margin: -10px auto 0;
    padding: 0;
    text-indent: -999em;
    text-shadow: none;
    width: 584px;
}


add this to override.css
User avatar

GK User
Sat Apr 06, 2013 11:06 am
Reply with quote
Report this post
now logo is perfect.

thank you very much..
User avatar
Fresh Boarder


cron