Hi @artur1
You can try this custom css (Please copy and overwrite the custom CSS code above)
@media (min-width: 1400px){
.c-offcanvas--left {
margin-left: 25px;
}
.horizontal-nav::before {
height: 100%;
background: var(--horizontal-background);
content: "";
position: absolute;
right: 100%;
width: 20000px;
}
.horizontal-nav {
left: auto;
}
.t4-content {
padding-left: 0;
margin-left: auto;
margin-right: auto;
}
}
Regards