Hello!
When I visit my site on mobile the logo overlaps the menu icon.
What can I do to make the logo smaller on mobile?
Thanks!
Hey KeyshaunSmith,
Add this to quick css:
@media only screen and (max-width: 767px){
.logo a img{
max-height:40px!important;
}}
Best regards,
Jordan Shannon
Perfect!
Worked like a charm, thanks so much!
Hi,
No problem, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon