main menu not showing sub menu properly

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
Fri Apr 18, 2014 5:37 pm
Reply with quote
Report this post
hi guys
main menu is not expanding out the sub menus properly (its only partially showing.
site: www.poprepublic.tv

can you suggest a fix?
User avatar
Platinum Boarder

GK User
Fri Apr 18, 2014 6:41 pm
Reply with quote
Report this post
Hello,

Did you applied some changes to the css/menu/menu.css file?
User avatar
Administrator

GK User
Sat Apr 19, 2014 3:47 am
Reply with quote
Report this post
dziudek wrote:Hello,

Did you applied some changes to the css/menu/menu.css file?


nope - have not touched it.
User avatar
Platinum Boarder

GK User
Sat Apr 19, 2014 2:19 pm
Reply with quote
Report this post
Please open file css/menu/menu.css and please replace fragment:

Code: Select all
.gkMenu > ul li div.childcontent {
   background: #fff;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid #eee;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
   margin-top: 0;
   text-transform: none;
   overflow-x: hidden!important;
   overflow-y: hidden!important;
}


with:

Code: Select all
.gkMenu > ul li div.childcontent {
   background: #fff;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid #eee;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
   margin-top: 0;
   text-transform: none;
}
User avatar
Administrator

GK User
Sat Apr 19, 2014 7:46 pm
Reply with quote
Report this post
dziudek wrote:Please open file css/menu/menu.css and please replace fragment:

Code: Select all
.gkMenu > ul li div.childcontent {
   background: #fff;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid #eee;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
   margin-top: 0;
   text-transform: none;
   overflow-x: hidden!important;
   overflow-y: hidden!important;
}


with:

Code: Select all
.gkMenu > ul li div.childcontent {
   background: #fff;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid #eee;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
   margin-top: 0;
   text-transform: none;
}



awesome - that worked - many thanks!
User avatar
Platinum Boarder

GK User
Sun Apr 20, 2014 11:47 pm
Reply with quote
Report this post
didnt work for me. My issue is that the sub menu is coming out transparent. The white background to the menu is missing :(
User avatar
Gold Boarder

GK User
Tue Apr 22, 2014 8:00 am
Reply with quote
Report this post
@elleclouds - could you provide an URL to your website?
User avatar
Administrator


cron