EventDen Posted April 18, 2022 Share Posted April 18, 2022 Site URL: https://www.eventden.com.au/ I've been trying to re-size the logo in my footer for mobile view but can't seem to get it to work. I'm using the following CSS // Footer E Logo Resise @media only screen and (max-width:640px) {#block-yui_3_17_2_1_1633402891869_30427 .sqs-block-image {width:30%; margin:auto;} } Any suggestions? Link to comment
Solution paul2009 Posted April 18, 2022 Solution Share Posted April 18, 2022 4 hours ago, EventDen said: I've been trying to resize the logo in my footer for mobile view but can't seem to get it to work. If the only image block is the logo, try using this in Design > Custom CSS instead: @media only screen and (max-width:640px) { footer .sqs-block-image { width:110px; margin:auto; } } Don't forget to save the CSS and refresh the browser before testing. Was this post informative? Please give feedback by clicking an icon below ⬇️ tuanphan 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee Link to comment
EventDen Posted May 4, 2022 Author Share Posted May 4, 2022 Thank you so much - that's fixed it! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment