/* Add custom CSS styles below */ 
@media (max-width: 1024px) {
    body {
        padding-top: 70px !important;
        padding-bottom: 0 !important;
    }

    salla-navigation {
        position: fixed !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
    }
}