Sub-menu inside menu not working

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
Thu May 29, 2014 2:56 pm
Reply with quote
Report this post
Hello,

I have sub-menu insider menu which doesn't show.

Technology>>Operating System

Under above menu, I have Windows and UNIX/Linux but it doesn't show. Can you help please?

http://ebookstak.com/
User avatar
Expert Boarder

GK User
Thu May 29, 2014 5:49 pm
Reply with quote
Report this post
Hello,

Please check if the end level in the menu settings (at the template configuration) isn't set to too low value.
User avatar
Administrator

GK User
Fri May 30, 2014 2:25 am
Reply with quote
Report this post
Thank you for quick response. I made it to 3 and it works now. However, sub-menu is having white border which looks inconsistent. Any idea how to remove that white border?
User avatar
Expert Boarder

GK User
Fri May 30, 2014 10:57 am
Reply with quote
Report this post
Please open the css/menu/menu.css file and please change fragment:

Code: Select all
#gkMainMenu .gkMenu > ul > li > .childcontent, #gkMainMenu .gkMenu > ul > li > .childcontent .childcontent {
border: 1px solid #ededed;
position: absolute;
left: -999em;
z-index: 999;
}


to:

Code: Select all
#gkMainMenu .gkMenu > ul > li > .childcontent, #gkMainMenu .gkMenu > ul > li > .childcontent .childcontent {
border: none;
position: absolute;
left: -999em;
z-index: 999;
}
User avatar
Administrator

GK User
Fri May 30, 2014 12:09 pm
Reply with quote
Report this post
Thank you, Much better now!
User avatar
Expert Boarder


cron