This topic has 8 replies, 3 voices, and was last updated 8 years ago ago by Olga Barlow
I saw this solution here around
.nav-sublist-dropdown:before {
top: -60px;
height: 65px;
}
But I tried, no change!
Should I change the top size for .nav-sublist-dropdown {} or something on the :before?
Please help! =D
Hello,
In your case you need to use the following code
.nav-sublist-dropdown {
top: 50px !important;
}
Regards
Hey!
This code was already there, in the CUSTOM CSS, so I just added a smaller value (28px)
Thanks.
Hello,
In this case, you also need to add the following code because pseudo element of drop-down area overlaps the main menu item link and you can’t press on it
.nav-sublist-dropdown:before {
top: -15px;
height: 30px;
}
Regards
Thanks!!
You are welcome!
Regards
This worked for me also, tnx a lot for all help.
You are welcome, @Kireaki !
Regards
You must be logged in to reply to this topic.Log in/Sign up