Thread Starter
vier
(@vier)
thnx!
the word ‘top’ was the keyword.
I just added margin: 50px :S
Thread Starter
vier
(@vier)
Hi Mindos,
I’ve solved it by changing the css style:
}
.menu-primary-items .sub-menu a {
line-height: 20px;
min-width: 170px;
margin: 0;
padding: 10px;
border-top: 1px solid #dd3333;
background-color: #ededda;
}
.menu-primary-items .sub-menu a:hover {
color: #fff;
border-color: #dd3333;
background-color: #fff;
}
Same problem here.
@kiesuer: thnx for your answer, but it doesn’t work 🙁