GK MENU PROBLEM

GK User
Tue Jun 18, 2013 8:37 am
Hi in my site http://bit.ly/10sIE26 in the main menu in 2 sections i have subitems(megamenu) I have modify the css of the menu so that the menu width (submenus) is as that of the mainbody.But it is right only in one section(Προιοντα) in the other (εταιρεια) it is wrong. Can you please help me to fix it?
Thank you
User avatar
Expert Boarder

GK User
Tue Jun 18, 2013 9:26 am
I see You have modified file:
menu.css and placed there:
Code: Select all
#gkMainMenu > div.gk-menu > ul > li > div.childcontent {
margin-left: -356px!important;
width: 940px !important;
background: rgba(48, 47, 47, 0.9);
}

It would be better to use override.css for that purpose.

To correct second "submenu" You need to address it with second declaration. Use this:
Code: Select all
#gkMainMenu > div.gk-menu > ul > li:nth-child(4) > div.childcontent {
margin-left: -532px!important;
}
User avatar
Moderator

GK User
Tue Jun 18, 2013 10:11 am
Thank you so much
User avatar
Expert Boarder


cron