chlup Posted March 13, 2021 Share Posted March 13, 2021 Site URL: http://www.tomaschlup.com Hi all, I'm looking for a code to resize an image in footer of the page so it doesn't look so big on mobile. Also would be fine to reduce the spaces between the verticaly oriented content of the footer. www.tomaschlup.com Any help appreciated. CU TCh Beyondspace 1 Link to comment
Solution Beyondspace Posted March 14, 2021 Solution Share Posted March 14, 2021 13 hours ago, chlup said: Site URL: http://www.tomaschlup.com Hi all, I'm looking for a code to resize an image in footer of the page so it doesn't look so big on mobile. Also would be fine to reduce the spaces between the verticaly oriented content of the footer. www.tomaschlup.com Any help appreciated. CU TCh try @media screen and (max-width: 767px) { #block-yui_3_17_2_1_1615665008737_3617 { max-width: 120px; margin: 0 auto; } footer .sqs-layout .sqs-row .sqs-block, footer .sqs-layout .sqs-row .sqs-block:first-child{ padding-bottom: 0 !important; } } tuanphan 1 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, Lightbox Studio pluginIf 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
chlup Posted March 16, 2021 Author Share Posted March 16, 2021 Thank you Bangank, this worked just well. See you and stay safe TCh 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