marygalloway Posted October 6, 2021 Share Posted October 6, 2021 Site URL: https://www.thebellwetherhotel.com/ Hi there, I have a logo in the center of my footer. On mobile, it was way too large so I used this custom css to make it smaller: /* Resize footer images */ @media screen and (max-width: 640px) { footer .sqs-image .sqs-image-content img, footer .image-block { transform: scale(0.5)} It now has way too much vertical space. Is there code I can add to decrease the top and bottom spacing of the logo? Any help is much appreciated! Mary Link to comment
Beyondspace Posted October 6, 2021 Share Posted October 6, 2021 4 hours ago, marygalloway said: Site URL: https://www.thebellwetherhotel.com/ Hi there, I have a logo in the center of my footer. On mobile, it was way too large so I used this custom css to make it smaller: /* Resize footer images */ @media screen and (max-width: 640px) { footer .sqs-image .sqs-image-content img, footer .image-block { transform: scale(0.5)} It now has way too much vertical space. Is there code I can add to decrease the top and bottom spacing of the logo? Any help is much appreciated! Mary Add to Home > Design > Custom Css @media only screen and (max-width: 768px) { footer .content > .sqs-layout > .row.sqs-row > div:nth-child(3) { margin-top: -100px; margin-bottom: -95px; } } Support me by pressing 👍 if this useful for you tuanphan and marygalloway 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 6, 2021 Share Posted October 6, 2021 Here is my result Hope it work fine for you. BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
marygalloway Posted October 7, 2021 Author Share Posted October 7, 2021 (edited) Amazing! That works. Thank you 🙂 @bangank36 Edited October 7, 2021 by marygalloway 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