Best Premium and Free WordPress Themes › Forums › AcmePhoto › Auto-Scaling of Site Logo on Mobile › Reply To: Auto-Scaling of Site Logo on Mobile
April 1, 2018 at 5:30 pm
#27840
Keymaster
Hello,
You can do this by adding custom CSS , can you try the following custom CSS
@media screen and (max-width:767px){
.custom-logo{
max-width: 50%
}
}
Thanks!