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 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. 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