Logo size in mobile header
- The topic ‘Logo size in mobile header’ is closed to new replies.
Need help? Check out our Support site, then
Good evening, I would like to know how I can decrease the size of the logo displayed in the mobile header. Thank you
The blog I need help with is: (visible only to logged in users)
The blog I need help with is vitalvernici.it and not labottegadeldesignpuglia.com. I’m sorry!
Hello,
Please use this custom CSS to decrease the size of the logo shown in mobile views:
@media only screen and (max-width: 500px) {
.site-branding .custom-logo {
max-width: 150px;
}
}
Let me know if you have any additional questions.
Kind regards,
Taras