Home › Forums › Basel support forum › Logo too small on Mobile › Reply To: Logo too small on Mobile
December 1, 2017 at 11:07 pm
#26661
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
@media (max-width: 991px) {
body .site-logo img {
max-height: 120px;
}
}
Regards