Best Premium and Free WordPress Themes › Forums › MercantilePro › Logo Size on Mobile › Reply To: Logo Size on Mobile
May 11, 2017 at 4:23 am
#17001
Keymaster
If the tablet logo is not small, please remove the above css and add the below one.
@media only screen and (max-width: 787px) {
.custom-logo {
width: 120px;
}
}
Let us know, how it works or not.
Thank you