Steuber Posted May 30, 2020 Share Posted May 30, 2020 Site URL: https://tetra-ladybug-7fad.squarespace.com Hello, and thanks for any help. I want to override the CSS for logo size on mobile. I can usually use the CSS tool to overwrite but somehow it doesn't let me when it's specific to the logo image (for mobile). When I edit the CSS in Chrome developer tools, it works fine (max-height 80px instead of 30px). But when I apply that CSS to the squarespace CSS tool, it doesn't work. And it highlights "img" in red as if it doesn't like that. Any help is appreciated! Link to comment
tuanphan Posted May 30, 2020 Share Posted May 30, 2020 Your code missing { and } @media screen and (max-width:767px) { .header-title-logo img { max-height: 90px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.