at17c Posted September 5, 2022 Share Posted September 5, 2022 Site URL: https://www.at17c.com/shop Hi. On my shop page I am using a code block to remove a section of the footer on that specific page. On desktop it looks fine, since you can compress the code block down to one line. On mobile however the code block takes up too much space. How do I remove that spacing or how do I remove the code block completely while still maintaining its function. The marked red circle is where the code block is. TIA Link to comment
Beyondspace Posted September 5, 2022 Share Posted September 5, 2022 32 minutes ago, at17c said: Site URL: https://www.at17c.com/shop Hi. On my shop page I am using a code block to remove a section of the footer on that specific page. On desktop it looks fine, since you can compress the code block down to one line. On mobile however the code block takes up too much space. How do I remove that spacing or how do I remove the code block completely while still maintaining its function. The marked red circle is where the code block is. TIA Does it look good with the following change? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Beyondspace Posted September 5, 2022 Share Posted September 5, 2022 Try adding to Home > Design > custom css @media only screen and (max-width: 767px) { section[data-section-id="6315f88b63627605c7479720"] { display: none; } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment