Hide Spacer Blocks On Mobile
Description
Remove spacer blocks on mobile devices. This plugin uses css editor and works with all template families.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Hide Spacer Blocks On Mobile // @media only screen and (max-width: 640px){ .sqs-block.spacer-block { display: none !important; } }
Customize
You do not need to change any of the values or properties.