#4780

Nam Nguyen
Moderator

Hi, Fashionresidenz
You can be set width for it
eg:

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