This topic has 2 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Rose Tyler
Hi there
I’ve changed the header to sticky and when I do that the menu items under ‘brand’ don’t display all the way to the bottom. It shows the first 12 and doesn’t scroll further down than that. How do I change that?
Screenshot in private area
Thanks
Hello,
It is because you have too long mega menu dropdown content
Please, add next CSS to Theme Options ->Themes Custom CSS -> Global CSS
.header-wrapper .item-design-mega-menu .nav-sublist-dropdown {
max-height: 60vh;
overflow: auto;
}
Regards
The issue related to '‘Brand Mega Menu doesn’t display full list’' has been successfully resolved, and the topic is now closed for further responses