Need to get Quick main menu Setting for my template

GK User
Wed Feb 08, 2012 6:21 pm
Hi

I hope you are having great time, i need to change some quick settings from main menu, Please find screen short i want to have main menu like this, we need to remove border and Logo area similar size.



regards
User avatar
Expert Boarder

GK User
Wed Feb 08, 2012 7:10 pm
Hi.
To remove border please open menu.css file and find the following line:
Code: Select all
 #gkMainMenu {
position: relative;
z-index: 10000;
margin: 42px 0 12px 0;
border: 1px solid #CFCFCF;
border-image: initial;
}

Then change it to:
Code: Select all
 #gkMainMenu {
position: relative;
z-index: 10000;
margin: 42px 0 12px 0;
}

And what exacly you want to do with logo? Decrease logo's size?
User avatar
Platinum Boarder


cron