Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello. Is it possible to reduce the distance between the primary voice and the drop menu?
Hello,
Please try adding this css into your Custom Css box in General Options:
.header_2 nav .menu>li {
padding-top: 29px !important;
}
.header_2 nav .menu > li > ul.sub-menu {
top: 83% !important;
}
Change the values to your wish.
Best regards!
Excuse me Mihaila, I wanted to leave the height of navigation unaltered and approach the primary item, all the relative drop menu
Hello,
Then just add the second block:
.header_2 nav .menu > li > ul.sub-menu {
top: 83% !important;
}
Change the value to your wish.
Best regards!
Very good, perfect! thanks a lot Mihaila. Best regards. Bruno
You must be logged in to reply to this topic.