ShirleyFromBerlin Posted December 13, 2021 Share Posted December 13, 2021 Site URL: https://www.uxbyshirley.com/ Hi there. Is it possible to resize the section background so that the entire image will appear on mobile below the text? site url: https://www.uxbyshirley.com/ Thanks in advance for your help! Link to comment
Beyondspace Posted December 13, 2021 Share Posted December 13, 2021 1 hour ago, ShirleyFromBerlin said: Site URL: https://www.uxbyshirley.com/ Hi there. Is it possible to resize the section background so that the entire image will appear on mobile below the text? site url: https://www.uxbyshirley.com/ Thanks in advance for your help! Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61b5ffca55af34184287114c"] { min-height: 0 !important; } section[data-section-id="61b5ffca55af34184287114c"] .section-background img { height: auto !important; position: absolute; bottom: 0; } } Let me know how it works on your site Support me by pressing 👍 if this useful 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, 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
Beyondspace Posted December 13, 2021 Share Posted December 13, 2021 My testing result 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
ShirleyFromBerlin Posted December 13, 2021 Author Share Posted December 13, 2021 YES! It works! Thank you so much!! 💯 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