Hi, I'm having a tiny log size problem, I did try all the codes that are posted at https://www.joomlart.com/forums/d/48035-larger-logo but none work. I have J5.1.2 PHP 8.3
Please advise
Hi, I'm having a tiny log size problem, I did try all the codes that are posted at https://www.joomlart.com/forums/d/48035-larger-logo but none work. I have J5.1.2 PHP 8.3
Please advise
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
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;
}
This did fix it.
Thank you