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 marygalloway and tuanphan 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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. Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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