Add responsive dropdown menu behavior and style adjustments

This commit is contained in:
Roman Pyrih
2025-04-01 09:47:33 +02:00
parent da5caf6201
commit b483d5eb61
4 changed files with 40 additions and 3 deletions

View File

@@ -5639,3 +5639,19 @@ body {
.zoomContainer {
border: none !important;
}
.leo-top-menu {
ul.navbar-nav.megamenu {
> li.nav-item {
// &.dropdown {
&:nth-last-child(2) {
.dropdown-menu.level1 {
ul {
grid-template-columns: repeat(3, 270px);
}
}
}
// }
}
}
}