Comments torresj9 started the conversationApril 6, 2018 at 2:45pmWhy won't my logo resize for mobile? It's too large. 2,700PenciDesign repliedApril 6, 2018 at 4:59pmHi,It should be auto re-size to fit with your screen. Because a lot of logo image in landscape size.You can add more this code to Customize > Custom CSS to resize it like you want: @media only screen and (max-width: 480px){ #logo a { max-width: 150px; } }Change value 150 to value you want.Best Regards,PenciDesign Sign in to reply ...
Why won't my logo resize for mobile? It's too large.
Hi,
It should be auto re-size to fit with your screen. Because a lot of logo image in landscape size.
You can add more this code to Customize > Custom CSS to resize it like you want:
Change value 150 to value you want.
Best Regards,
PenciDesign