The-Design-Order Posted July 25, 2022 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! 🤷♀️
Beyondspace Posted July 25, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
The-Design-Order Posted July 25, 2022 Author 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?
Beyondspace Posted July 25, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
The-Design-Order Posted July 26, 2022 Author 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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment