PabloHamburg Posted December 8, 2022 Share Posted December 8, 2022 Hello! On my home-site (www.beratung-und-betreuung.de) I have listed all of our names in code blocks. But in mobile view there is a huge space between the blocks. I already had a solution with: /* Mobile code blocks spacing */ @media screen and (max-width:640px) { div#block-yui_3_17_2_2_1457035305182_118918+.row .code-block { padding-bottom: 0px !important; padding-top: 0px !important; } } But I changed the heading and now it's gone and I need help again (I am no website-designer). Thank you very much! Pablo Link to comment
Beyondspace Posted December 8, 2022 Share Posted December 8, 2022 7 hours ago, PabloHamburg said: Hello! On my home-site (www.beratung-und-betreuung.de) I have listed all of our names in code blocks. But in mobile view there is a huge space between the blocks. I already had a solution with: /* Mobile code blocks spacing */ @media screen and (max-width:640px) { div#block-yui_3_17_2_2_1457035305182_118918+.row .code-block { padding-bottom: 0px !important; padding-top: 0px !important; } } But I changed the heading and now it's gone and I need help again (I am no website-designer). Thank you very much! Pablo Do you mean these spaces? 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
PabloHamburg Posted December 8, 2022 Author Share Posted December 8, 2022 1 hour ago, Beyondspace said: Do you mean these spaces? Yes. Thank you! Link to comment
Solution Beyondspace Posted December 9, 2022 Solution Share Posted December 9, 2022 13 hours ago, PabloHamburg said: Yes. Thank you! You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_2_1503231843530_15991, #block-yui_3_17_2_2_1503231843530_21556, #block-yui_3_17_2_2_1503231843530_23168, #block-yui_3_17_2_2_1503231843530_27089 { padding-top: 0 !important; padding-bottom: 0 !important; } } Support me by pressing 👍 or marking as solution 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
PabloHamburg Posted December 9, 2022 Author Share Posted December 9, 2022 Perfect! Thank you very much! Beyondspace 1 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