This commit is contained in:
2026-03-19 15:56:54 +01:00
parent 9f0b270036
commit 0cfb6ba674
5 changed files with 41 additions and 4 deletions

View File

@@ -3,8 +3,21 @@ body .header-logo {
}
body .header-nav {
@media (min-width: 1025px) {
width: 100%;
.elementor-nav-menu--dropdown {
background: transparent;
ul.elementor-nav-menu {
width: 100%;
max-width: 315px;
margin-left: auto;
background: #fff;
border-bottom-left-radius: 12px;
overflow: hidden;
li.menu-item {
border-bottom: 1px solid #ededf3;
}
}
}
}