Alter the Size of Logo for Mobile Devices
Latest update: May 30, 2018 | Reading time: 0 to 1 minutesGo to Dashboard > Theme Options > Advanced. Locate the Custom CSS field. Copy & paste the following code:
@media only screen and (max-width: 767px) {
.logo a.brand img {
max-height: 64px;
}
}