Best Premium and Free WordPress Themes › Forums › MercantilePro › Logo Size on Mobile › Reply To: Logo Size on Mobile
May 10, 2017 at 4:28 am
#16963
Keymaster
Hello David Jennings,
Try adding the below CSS codes on Appearance > Customize > Additional CSS.
@media only screen and (max-width: 500px) {
.custom-logo {
width: 120px;
}
}
Hope, this will help to decrease the logo size on mobile.
Regards