#4646

Nam Nguyen
Moderator

Dear, Fashionresidenz
You need custom css for it. You can be try goto BO > SNS Theme > Custom Css, JS add code

@media (max-width: $screen-md-min) { 
   .header-col-left .logo {
        position: static !important;
        text-align: left;
    }
}

Thanks!