Hi,
I put a multilevel menu on "topnav" position and it's not working propperly (It goes to 100% of div and the 2nd level menu is always displayed). Could you please advise how to style it as dropdown menu?
thnaks in advance,
Kalixo
#gkTopMenu ul.menu li ul {
position: absolute;
background-color: #fff;
display: none;
}
#gkTopMenu ul.menu li:hover ul {
display: block;
}
#gkTopMenu ul.menu li ul li {
float: none;
display: block;
margin: 0 15px;
}
@media only screen and (max-width:600px) {
#gkTopMenu {
display: block;
height: 38px;
overflow: scroll;
width: 60%;
}
#gkLogo {
width: 75%;
}
#gkLogo img {
max-width: 100%;
}
}