Adjust Mobile Site Padding
Description
Easily change the padding of a site when in mobile. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).
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.
// Mobile Site Padding // @media only screen and (max-width:640px){ .Main { padding: 10px; } }
Customize
Adjust the padding to your liking.