mportch Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://smilodon-ocelot-my5f.squarespace.com/ Hi, Is there a way of making your logo auto scale down when viewing on media in between DESK and MOBILE sizes? Obviously there are other media like small notebooks or ipads. At the moment, with code on my site, my logo just jumps between large for desktop and small for mobile. Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) and (max-width:991px) { .header-title-logo img { max-height: 100px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mportch Posted April 22, 2020 Author Share Posted April 22, 2020 Hi thanks. But it doesn't scale. When scaling the page on-screen, it just stays at the original desktop size, then changes to something really big, then changes to the smaller mobile size. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.