Hi

You can try this:

#t4-header .t4-logo-header .logo-image .logo-img {
    max-height: 100% !important;
    max-width: 100% !important;
}

This fixed the computer display perfectly, but not the mobile devices 🙁

7 days later

Hi,
Any advise one the mobile logo size?
Thank you

You can try this css rule:

.navbar-brand.logo-control img.logo-img-sm {
    max-width: 100% !important;
}
Write a Reply...
You need to Login to view replies.