Hi @tomort,
I added below CSS rules to the Edit Custom CSS modal in template's dashboard to fix your issue.
@media (max-width: 1366px) {
.navigation-varosunk.nav-breakpoint-lg .t4-wrapper,
.navigation-varosunk.nav-breakpoint-xl .t4-wrapper {
padding-left: 3rem;
transition: all 0.2s ease-in-out;
}
}
@media (max-width: 1366px) {
.navigation-varosunk.nav-breakpoint-lg .header-block-vertical,
.navigation-varosunk.nav-breakpoint-xl .header-block-vertical {
width: 3rem;
}
}
@media (max-width: 1366px) {
.navigation-varosunk.nav-breakpoint-lg .header-block-vertical .header-wrap,
.navigation-varosunk.nav-breakpoint-xl .header-block-vertical .header-wrap {
display: none;
}
}
Reload your website to view all changes,
Kind regards,