The-Design-Order Posted July 25, 2022 Share Posted July 25, 2022 Site URL: https://tmsolicitor.com.au/home Hi all - Just making some updates to my clients site and the padding between elements seems to be automatically getting removed for mobile now it seems. It's been a while since I have touched Squarespace and I am not sure what is happening. I have added spacing blocks below each column but they are not showing when I head into the mobile view. Any help on how to add these in would be marvellous! I dont remember it doing this! 🤷♀️ Link to comment
Beyondspace Posted July 25, 2022 Share Posted July 25, 2022 (edited) 40 minutes ago, The-Design-Order said: Site URL: https://tmsolicitor.com.au/home Hi all - Just making some updates to my clients site and the padding between elements seems to be automatically getting removed for mobile now it seems. It's been a while since I have touched Squarespace and I am not sure what is happening. I have added spacing blocks below each column but they are not showing when I head into the mobile view. Any help on how to add these in would be marvellous! I dont remember it doing this! 🤷♀️ Some codes is setting display none for space blocks. Use the following codes to overwrite them. @media only screen and (max-width: 640px) { #new-page-41 .spacer-block { display: block; } } Let me know how it works Edited July 25, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
The-Design-Order Posted July 25, 2022 Author Share Posted July 25, 2022 Thanks so much for picking that up for me @bangank36. So I need to find where that is in the code and remove it? Any tips on knowing where exactly this will be? Link to comment
Beyondspace Posted July 25, 2022 Share Posted July 25, 2022 you can use my previous code to set visible for this section. Or try find this code in: - Home > Design > Custom Css - Home > Settings > Advanced > code injection (within <style> tag) - Home > Pages > choose setting on page > Advance - ... any code block? The-Design-Order 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
The-Design-Order Posted July 26, 2022 Author Share Posted July 26, 2022 Thanks! This site is pretty heavily laden with code so will have a look in all the places to try and remove it... Or even just increase the spacing a little so it is like that site-wide. Appreciate the help! 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