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? 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 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment