This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Problem with dropdown menu due to small space (shows slider background) between small header and dropdown menu selection box area: When scrolling down a page and the small header appears and you place your cursor over a Webpage you want to look at and a dropdown menu appears, as you move your cursor downward to make your specific selection, the dropdown menu disappears once your cursor moves from the header area and passes over the small space that shows up between header and dropdown area. If you move your cursor fast it “jumps” over the space it seems and everything ok. Need help.
Hello,
Add the following custom in Theme Options > Styling > Custom CSS
.fixed-header .nav-sublist-dropdown {
margin-top: -10px;
}
Regards
Thanks! It worked fine.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up