How to move main menu position to left?

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Sun Apr 01, 2012 8:48 am
Is there any good way to move main menu to the left direction?

regards.
User avatar
Expert Boarder

GK User
Sun Apr 01, 2012 8:56 am
apptech.jpg


What codes should I revise?
User avatar
Expert Boarder

GK User
Sun Apr 01, 2012 1:25 pm
Hi.
Could you please paste url to your site?
User avatar
Platinum Boarder

GK User
Mon Apr 02, 2012 12:45 am
I use quickstart to make a try.There is no live url now.
Could you please to tell me how to revise the main menu's position?And,what codes should I revise?

regards.

mikeMB wrote:Hi.
Could you please paste url to your site?
User avatar
Expert Boarder

GK User
Mon Apr 02, 2012 3:10 pm
Please add this code to override.css file:
Code: Select all
 .gkMenu > ul {
margin-left: -600px;        //here you can set your value.
}
User avatar
Platinum Boarder


cron