I have the same problem. It seems like when you set the height settings manually, whether you do it via the elementor or through the Appearance > Menu >Design>Set Sizes>Width (works) x Height (it doesn’t work), they do not apply. Instead the following CSS rule overrides the custom height you set:
.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) {
min-height: 100%;
}
As Xristos mentioned earlier I can override it using custom CSS but the whole point is not to add additional pieces of code if you can do it through the theme’s settings. It could be a bug.
-
This reply was modified 11 months ago by Stelios.