This topic has 8 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Olga Barlow
I can not seem to get the dropdowns to vertically align properly. My client wants the logo larger than the default logo so I’m sure that is throwing these off for the regular dropdown and also for the fixed dropdown.
Could you please take a look at the site (in private content), and let me know how to fix this for the regular menu and for the fixed menu.
Hello,
Could you please show us the problem on some screenshots for better understanding?
Thank you in advance
I gave you the URL in the original post private section.
Please see the private content for screenshots and link to site.
Hello,
Try to add this code to the custom CSS area to fix this
.header-wrapper.header-advanced .menu-wrapper .nav-sublist-dropdown{margin-top:4px;}
.fixed-header .nav-sublist-dropdown{top:81px !important;}
Regards
This works great with the regular menu but on the fixed menu, it brings the dropdown up but I can’t mouseover and select any of the dropdown items, the dropdown menu disappears as soon as I move the mouse away from the parent item.
Any solutions?
Please, try to add this code also
.fixed-header .nav-sublist-dropdown:before {
top: -50px !important;
}
Regards
That seems to have done the trick. Thank you!
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up